Skip to content

Commit 605b767

Browse files
committed
update test method
1 parent a72820e commit 605b767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public function testLanguagesMethod()
3333

3434
$this->createTempFiles([
3535
'en' => [],
36-
'sp' => [],
3736
'nl' => [],
37+
'sp' => [],
3838
]);
3939

4040
$this->assertEquals(['en', 'nl', 'sp'], $manager->languages());

0 commit comments

Comments
 (0)