spec\PhpSpec\Event\FileCreationEventSpec::it_should_return_the_created_file_path PHP 메소드

it_should_return_the_created_file_path() 공개 메소드

    function it_should_return_the_created_file_path()
    {
        $this->getFilePath()->shouldReturn($this->filepath);
    }