Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Fix build failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip committed Aug 28, 2019
1 parent 8bddc2e commit 69ee02e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public function createApplication()

$app->set('console', Console::init(false));

$app->config->load(__DIR__.'/../config/casbin.php', 'casbin');

$app->console->call('casbin:publish');

return $app;
Expand Down

0 comments on commit 69ee02e

Please sign in to comment.