spec\PHPSpec2\Event\ExampleEvent::it_should_provide_time_if_set PHP Method

it_should_provide_time_if_set() public method

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