We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8d7a6 commit b8f1e7aCopy full SHA for b8f1e7a
test/bootstrap.php
@@ -17,8 +17,6 @@
17
$loader = require dirname(__DIR__) . '/vendor/autoload.php';
18
$loader->addPsr4('SwoftTest\\Testing\\', $vendor . '/swoft/framework/test/testing/');
19
20
-$application = new TestApplication([
21
- 'basePath' => $baseDir,
22
-]);
+$application = new TestApplication($baseDir);
23
$application->setBeanFile($baseDir . '/app/bean.php');
24
$application->run();
0 commit comments