Skip to content

Commit b8f1e7a

Browse files
committed
fix phpunit error
1 parent 4f8d7a6 commit b8f1e7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/bootstrap.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
$loader = require dirname(__DIR__) . '/vendor/autoload.php';
1818
$loader->addPsr4('SwoftTest\\Testing\\', $vendor . '/swoft/framework/test/testing/');
1919

20-
$application = new TestApplication([
21-
'basePath' => $baseDir,
22-
]);
20+
$application = new TestApplication($baseDir);
2321
$application->setBeanFile($baseDir . '/app/bean.php');
2422
$application->run();

0 commit comments

Comments
 (0)