spec\PhpSpec\Event\SpecificationEventSpec::it_is_an_event PHP Метод

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

public it_is_an_event ( )
    function it_is_an_event()
    {
        $this->shouldBeAnInstanceOf('Symfony\\Component\\EventDispatcher\\Event');
        $this->shouldBeAnInstanceOf('PhpSpec\\Event\\PhpSpecEvent');
    }