We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a53396 commit 3b1f06eCopy full SHA for 3b1f06e
1 file changed
build.php
@@ -24,7 +24,7 @@
24
$phpunitConfiguration = PHPUnit_Util_Configuration::getInstance(__DIR__ . '/phpunit.xml');
25
$phpunitArguments = ['coverageHtml' => __DIR__ . '/coverage', 'configuration' => $phpunitConfiguration];
26
$testRunner = new PHPUnit_TextUI_TestRunner();
27
-$result = $testRunner->doRun($phpunitConfiguration->getTestSuiteConfiguration(), $phpunitArguments);
+$result = $testRunner->doRun($phpunitConfiguration->getTestSuiteConfiguration(), $phpunitArguments, false);
28
if (!$result->wasSuccessful()) {
29
exit(1);
30
}
0 commit comments