[PhpUnitBridge] Fix #26994

This commit is contained in:
Nicolas Grekas 2018-04-25 16:21:38 +02:00
parent aec5cd0c75
commit e9cc947aef
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ class CommandForV5 extends \PHPUnit_TextUI_Command
*/
protected function createRunner()
{
return new TestRunner($this->arguments['loader']);
return new TestRunnerForV5($this->arguments['loader']);
}
}