spec\PhpSpec\Event\FileCreationEventSpec::it_should_be_a_symfony_event PHP Метод

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

    function it_should_be_a_symfony_event()
    {
        $this->shouldHaveType('Symfony\\Component\\EventDispatcher\\Event');
    }