PHP 클래스 PHPSpec2\Console\Command\RunCommand

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: phpspec/phpspec2

공개 메소드들

메소드 설명
__construct ( EventDispatcher $dispatcher ) Initializes command.

보호된 메소드들

메소드 설명
configureAdditionalListeners ( $srcPath )
createArgumentsUnwrapper ( )
createFormatter ( $format, PHPSpec2\Formatter\Presenter\PresenterInterface $presenter, StatisticsCollector $collector )
createLocator ( )
createMatchersCollection ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter, ArgumentsUnwrapper $unwrapper )
createMocker ( )
createPresenter ( )
createRunner ( MatchersCollection $matchers, PHPSpec2\Mocker\MockerInterface $mocker, ArgumentsUnwrapper $unwrapper )
createStatisticsCollector ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

__construct() 공개 메소드

Initializes command.
public __construct ( EventDispatcher $dispatcher )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcher

configureAdditionalListeners() 보호된 메소드

protected configureAdditionalListeners ( $srcPath )

createArgumentsUnwrapper() 보호된 메소드

protected createArgumentsUnwrapper ( )

createFormatter() 보호된 메소드

protected createFormatter ( $format, PHPSpec2\Formatter\Presenter\PresenterInterface $presenter, StatisticsCollector $collector )
$presenter PHPSpec2\Formatter\Presenter\PresenterInterface
$collector PHPSpec2\Listener\StatisticsCollector

createLocator() 보호된 메소드

protected createLocator ( )

createMatchersCollection() 보호된 메소드

protected createMatchersCollection ( PHPSpec2\Formatter\Presenter\PresenterInterface $presenter, ArgumentsUnwrapper $unwrapper )
$presenter PHPSpec2\Formatter\Presenter\PresenterInterface
$unwrapper PHPSpec2\Wrapper\ArgumentsUnwrapper

createMocker() 보호된 메소드

protected createMocker ( )

createPresenter() 보호된 메소드

protected createPresenter ( )

createRunner() 보호된 메소드

protected createRunner ( MatchersCollection $matchers, PHPSpec2\Mocker\MockerInterface $mocker, ArgumentsUnwrapper $unwrapper )
$matchers PHPSpec2\Matcher\MatchersCollection
$mocker PHPSpec2\Mocker\MockerInterface
$unwrapper PHPSpec2\Wrapper\ArgumentsUnwrapper

createStatisticsCollector() 보호된 메소드

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface