We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52164c7 + c2fecf7 commit 3e4fabaCopy full SHA for 3e4faba
translate/test/quickstartTest.php
@@ -43,6 +43,6 @@ public function testQuickstart()
43
$this->assertArrayHasKey('text', $translation);
44
$this->assertEquals('en', $translation['source']);
45
$this->assertEquals('Hello, world!', $translation['input']);
46
- $this->assertEquals('Привет мир!', $translation['text']);
+ $this->assertContains('мир', $translation['text']);
47
}
48
0 commit comments