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