Skip to content

Commit 60b16a6

Browse files
committed
[Translation] minor: remove unused variable in test
1 parent 6909a3c commit 60b16a6

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
@@ -25,7 +25,7 @@ class TranslatorTest extends TestCase
2525
*/
2626
public function testConstructorInvalidLocale($locale)
2727
{
28-
$translator = new Translator($locale, new MessageSelector());
28+
new Translator($locale, new MessageSelector());
2929
}
3030

3131
/**

0 commit comments

Comments
 (0)