spec\PHPSpec2\Event\SuiteEvent::it_should_provide_time_if_set PHP 메소드

it_should_provide_time_if_set() 공개 메소드

    function it_should_provide_time_if_set()
    {
        $this->beConstructedWith($time = time());
        $this->getTime()->shouldReturn($time);
    }