|
|
@@ -7,7 +7,7 @@ $projectName = basename(getcwd());
|
|
|
|
|
|
echo PHP_EOL;
|
|
|
echo '开始执行单元测试...'.PHP_EOL;
|
|
|
-exec('vendor/bin/phpunit --exclude-group online --stop-on-failure', $output, $returnCode);
|
|
|
+exec('./vendor/bin/phpunit --exclude-group online --stop-on-failure', $output, $returnCode);
|
|
|
|
|
|
printf("测试结果: ", $projectName);
|
|
|
echo PHP_EOL;
|