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

Commit 69ee02e

Browse files
committed
Fix build failed.
1 parent 8bddc2e commit 69ee02e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TestCase.php

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ public function createApplication()
3333

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

36+
$app->config->load(__DIR__.'/../config/casbin.php', 'casbin');
37+
3638
$app->console->call('casbin:publish');
3739

3840
return $app;

0 commit comments

Comments
 (0)