From bf577e3b1644b65aff4fb97a9d9eff676763bf4d Mon Sep 17 00:00:00 2001 From: auooru Date: Mon, 8 Aug 2022 17:52:24 +0800 Subject: [PATCH] update: phpunit-bootstrap.php --- tests/phpunit-bootstrap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/phpunit-bootstrap.php b/tests/phpunit-bootstrap.php index 42a48e8..598ec24 100644 --- a/tests/phpunit-bootstrap.php +++ b/tests/phpunit-bootstrap.php @@ -3,6 +3,7 @@ use HZEX\Phinx\Service; use think\App; +require __DIR__ . '/../vendor/autoload.php'; require __DIR__ . '/TestConfiguration.php'; $app = new App(__DIR__); @@ -16,4 +17,4 @@ ], ], ], 'cache'); -$app->console; \ No newline at end of file +var_dump($app->console->getLongVersion()); \ No newline at end of file