Skip to content

Commit

Permalink
add Locale in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Asterodeia committed Nov 13, 2016
1 parent 8f4ed0e commit ca409bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ php:

cache:
directories:
- node_modules
- vender
- vendor
- $HOME/.composer/cache

services:
Expand Down
1 change: 1 addition & 0 deletions tests/EJTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class EJTest extends TestCase
public function setUp()
{
parent::setUp();
App::setLocale('fr');
$this->artisan('migrate:refresh', [
'--seed' => '1'
]);
Expand Down
1 change: 1 addition & 0 deletions tests/HJTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class HJTest extends TestCase
public function setUp()
{
parent::setUp();
App::setLocale('fr');
$this->artisan('migrate:refresh', [
'--seed' => '1'
]);
Expand Down

0 comments on commit ca409bc

Please sign in to comment.