PHP 클래스 spec\GrumPHP\Console\Helper\PathsHelperSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpro/grumphp

공개 메소드들

메소드 설명
it_is_a_console_helper ( )
it_knows_the_default_configuration_file ( )
it_throws_exception_during_get_relative_path_when_file_is_not_found ( )
let ( GrumPHP $config, Filesystem $fileSystem, ExternalCommand $externalCommandLocator )

메소드 상세

it_is_a_console_helper() 공개 메소드

it_knows_the_default_configuration_file() 공개 메소드

it_throws_exception_during_get_relative_path_when_file_is_not_found() 공개 메소드

let() 공개 메소드

public let ( GrumPHP $config, Filesystem $fileSystem, ExternalCommand $externalCommandLocator )
$config GrumPHP\Configuration\GrumPHP
$fileSystem GrumPHP\Util\Filesystem
$externalCommandLocator GrumPHP\Locator\ExternalCommand