PHP Class spec\Tolerance\Bridge\Symfony\Metrics\Command\CollectAndPublishMetricsCommandSpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: sroze/tolerance

Public Methods

Method Description
it_collects_and_publishes_the_metrics ( Tolerance\Metrics\Collector\MetricCollector $collector, Tolerance\Metrics\Publisher\MetricPublisher $publisher, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
it_is_a_command ( )
it_is_named_tolerance_metrics_collect_and_publish ( )
let ( Tolerance\Metrics\Collector\MetricCollector $collector, Tolerance\Metrics\Publisher\MetricPublisher $publisher )

Method Details

it_collects_and_publishes_the_metrics() public method

public it_collects_and_publishes_the_metrics ( Tolerance\Metrics\Collector\MetricCollector $collector, Tolerance\Metrics\Publisher\MetricPublisher $publisher, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$collector Tolerance\Metrics\Collector\MetricCollector
$publisher Tolerance\Metrics\Publisher\MetricPublisher
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

it_is_a_command() public method

public it_is_a_command ( )

it_is_named_tolerance_metrics_collect_and_publish() public method

let() public method

public let ( Tolerance\Metrics\Collector\MetricCollector $collector, Tolerance\Metrics\Publisher\MetricPublisher $publisher )
$collector Tolerance\Metrics\Collector\MetricCollector
$publisher Tolerance\Metrics\Publisher\MetricPublisher