Skip to content

Commit

Permalink
update: phpunit-bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Aug 8, 2022
1 parent ff26e39 commit bf577e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/phpunit-bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use HZEX\Phinx\Service;
use think\App;

require __DIR__ . '/../vendor/autoload.php';
require __DIR__ . '/TestConfiguration.php';

$app = new App(__DIR__);
Expand All @@ -16,4 +17,4 @@
],
],
], 'cache');
$app->console;
var_dump($app->console->getLongVersion());

0 comments on commit bf577e3

Please sign in to comment.