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

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

    function it_should_be_a_phpspec_event()
    {
        $this->shouldImplement('PhpSpec\\Event\\PhpSpecEvent');
    }