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

it_should_provide_result_if_set() public method

    function it_should_provide_result_if_set()
    {
        $this->beConstructedWith(null, 2);
        $this->getResult()->shouldReturn(2);
    }