Skip to content

Commit

Permalink
tests(models): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksleo committed Feb 4, 2018
1 parent c94616b commit 2239ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ protected function mockApplication($config = [], $appClass = '\yii\console\Appli
]
],
'user' => [
'identityClass' => 'zacksleo\yii2\backend\tests\models\User',
'identityClass' => 'zacksleo\yii2\backend\models\Admin',
]
],
'modules' => [
Expand Down

0 comments on commit 2239ff3

Please sign in to comment.