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');
    }