Skip to content

Commit

Permalink
default language
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Apr 7, 2021
1 parent 68a2518 commit f8aa8e2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/frontend/controllers/DefaultControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ public function afterSetup()
]
]);

$this->createAdminLangFixture();
$this->createAdminLangFixture([
1 => [
'id' => 1,
'name' => 'de',
'short_code' => 'de',
'is_default' => 1,
'is_deleted' => 0,
]
]);
}

public function testActions()
Expand Down

0 comments on commit f8aa8e2

Please sign in to comment.