spec\PhpSpec\Event\ExampleEventSpec::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');
    }