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