spec\PHPSpec2\Event\SuiteEvent::it_should_provide_result_if_set PHP Метод

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

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