spec\PHPSpec2\Event\SpecificationEvent::it_should_provide_time_if_set PHP Метод

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

public it_should_provide_time_if_set ( PHPSpec2\Loader\Node\Specification $specification )
$specification PHPSpec2\Loader\Node\Specification
    function it_should_provide_time_if_set($specification)
    {
        $this->beConstructedWith($specification, $time = time());
        $this->getTime()->shouldReturn($time);
    }