Chris@16: Chris@16: * Chris@16: * For the full copyright and license information, please view the LICENSE Chris@16: * file that was distributed with this source code. Chris@16: */ Chris@16: Chris@16: namespace Symfony\Bridge\PhpUnit\Legacy; Chris@16: Chris@16: /** Chris@16: * {@inheritdoc} Chris@16: * Chris@16: * @internal Chris@16: */ Chris@16: class CommandForV5 extends \PHPUnit_TextUI_Command Chris@16: { Chris@16: /** Chris@16: * {@inheritdoc} Chris@16: */ Chris@16: protected function createRunner() Chris@16: { Chris@16: return new TestRunnerForV5($this->arguments['loader']); Chris@16: } Chris@16: }