spec\PhpSpec\Event\FileCreationEventSpec::it_should_be_a_symfony_event PHP Méthode

it_should_be_a_symfony_event() public méthode

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