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

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

public it_should_be_mapped_to_example ( PHPSpec2\Loader\Node\Example $example )
$example PHPSpec2\Loader\Node\Example
    function it_should_be_mapped_to_example($example)
    {
        $this->getExample()->shouldReturn($example);
    }