Skip to content

Commit

Permalink
update test method
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Apr 4, 2016
1 parent a72820e commit 605b767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public function testLanguagesMethod()

$this->createTempFiles([
'en' => [],
'sp' => [],
'nl' => [],
'sp' => [],
]);

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

0 comments on commit 605b767

Please sign in to comment.