Skip to content

Commit 53b4b49

Browse files
committed
fixes translate tests
1 parent 9bc8140 commit 53b4b49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

translate/test/translateTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,12 @@ public function testV3TranslateText()
112112
);
113113
$option1 = 'Zdravo svet';
114114
$option2 = 'Pozdrav svijetu';
115+
$option3 = 'Zdravo svijete';
115116
$this->assertThat($output,
116117
$this->logicalOr(
117118
$this->stringContains($option1),
118-
$this->stringContains($option2)
119+
$this->stringContains($option2),
120+
$this->stringContains($option3)
119121
)
120122
);
121123
}

0 commit comments

Comments
 (0)