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);
    }