spec\PHPSpec2\Event\SpecificationEvent::it_should_provide_result_if_set PHP Method

it_should_provide_result_if_set() public method

public it_should_provide_result_if_set ( PHPSpec2\Loader\Node\Specification $specification )
$specification PHPSpec2\Loader\Node\Specification
    function it_should_provide_result_if_set($specification)
    {
        $this->beConstructedWith($specification, null, 2);
        $this->getResult()->shouldReturn(2);
    }