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