Skip to content

Commit ecc24c1

Browse files
committed
Merge pull request #17 from marc-casoliva/patch-1
Fix TestRunner.php for PHP7
2 parents d822bfb + 3476ddb commit ecc24c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPUnitRandomizer/TestRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class TestRunner extends \PHPUnit_TextUI_TestRunner
1010
* @param PHPUnit_Framework_Test $suite TestSuite to execute
1111
* @param array $arguments Arguments to use
1212
*/
13-
public function doRun(\PHPUnit_Framework_Test $suite, array $arguments = array())
13+
public function doRun(\PHPUnit_Framework_Test $suite, array $arguments = array(), $exit = true)
1414
{
1515
$localArguments = $arguments;
1616

0 commit comments

Comments
 (0)