Skip to content

Commit

Permalink
updates phpunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
y0net committed Jul 10, 2018
1 parent e815e2f commit 544b399
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/features/LocalisationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,13 @@ private function cleanUp($language)
\File::delete(
resource_path('lang'.DIRECTORY_SEPARATOR.$language->name.'.json')
);
\File::delete(
resource_path('lang/app'.DIRECTORY_SEPARATOR.$language->name.'.json')
);
\File::delete(
resource_path('lang/enso'.DIRECTORY_SEPARATOR.$language->name.'.json')
);

\File::deleteDirectory(
resource_path('lang'.DIRECTORY_SEPARATOR.$language->name)
);
Expand Down

0 comments on commit 544b399

Please sign in to comment.