spec\PHPSpec2\Event\ExampleEvent::it_should_provide_specification_from_example PHP Метод

it_should_provide_specification_from_example() публичный Метод

public it_should_provide_specification_from_example ( PHPSpec2\Loader\Node\Example $example, PHPSpec2\Loader\Node\Specification $specification )
$example PHPSpec2\Loader\Node\Example
$specification PHPSpec2\Loader\Node\Specification
    function it_should_provide_specification_from_example($example, $specification)
    {
        $example->getSpecification()->willReturn($specification);
        $this->getSpecification()->shouldReturn($specification);
    }