Skip to content

Commit 5c2df02

Browse files
committed
testing tests v5
1 parent 257fac9 commit 5c2df02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TranslatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class TranslatorTest extends TestCase
66
{
77
public function testTranslation()
88
{
9-
$translator = new Translator(dir: "./locales/", lang: "en_US");
9+
$translator = new Translator(dir: "./tests/locales/", lang: "en_US");
1010
$this->assertEquals('hello world', $translator->locale('testValues', 'helloWorld'));
1111
}
1212

0 commit comments

Comments
 (0)