PHP Class spec\GrumPHP\Console\Helper\PathsHelperSpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: phpro/grumphp

Public Methods

Method Description
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 )

Method Details

it_is_a_console_helper() public method

it_knows_the_default_configuration_file() public method

it_throws_exception_during_get_relative_path_when_file_is_not_found() public method

let() public method

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