Skip to content

Commit

Permalink
--parallel-suites documentation & path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnessworthy committed Nov 22, 2018
1 parent 4e74ffd commit d9c7da5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ Options:
--stop-on-failure Don't start any more processes after a failure.
--log-junit Log test execution in JUnit XML format to file.
--colors Displays a colored bar as a test result.
--testsuite Filter which testsuite to run
--testsuite Filter which testsuite to run.
--path An alias for the path argument.
--parallel-suite Run testsuites in parallel as opposed to running test classes / test functions in parallel.
```

### Optimizing Speed ###
Expand Down
2 changes: 1 addition & 1 deletion src/Runners/PHPUnit/FullSuite.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FullSuite extends ExecutableTest
*/
public function __construct($suiteName, $configPath)
{
parent::__construct($suiteName);
parent::__construct('');

$this->suiteName = $suiteName;
$this->configPath = $configPath;
Expand Down

0 comments on commit d9c7da5

Please sign in to comment.