Skip to content

Commit

Permalink
Disable German tests for now. See fzaninotto/Faker#1465
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoluisrodriguez committed Apr 14, 2018
1 parent f109850 commit 03e6ba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/GuestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public function multilangualGuestProvider()
return [
[factory(Guest::class)->make()],
[factory(Guest::class)->states('polish')->make()],
[factory(Guest::class)->states('german')->make()],
[factory(Guest::class)->states('french')->make()],
[factory(Guest::class)->states('dutch')->make()],
];
Expand Down

0 comments on commit 03e6ba4

Please sign in to comment.