PHP 클래스 spec\GrumPHP\Locator\ConfigurationFileSpec

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

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_always_return_absolute_paths ( Filesystem $filesystem, Composer\Package\PackageInterface $package )
it_should_fall_back_on_dist_file ( Filesystem $filesystem )
it_should_locate_config_file ( Filesystem $filesystem )
it_should_locate_config_file_on_empty_composer_configuration ( Filesystem $filesystem, Composer\Package\PackageInterface $package )
it_should_use_the_config_file_configured_in_the_composer_file ( Filesystem $filesystem, Composer\Package\PackageInterface $package )
it_should_use_the_config_file_configured_in_the_composer_file_and_fall_back_on_dist ( Filesystem $filesystem, Composer\Package\PackageInterface $package )
let ( Filesystem $filesystem )

비공개 메소드들

메소드 설명
pathArgument ( $expected )
pathRegex ( $expected )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_always_return_absolute_paths() 공개 메소드

public it_should_always_return_absolute_paths ( Filesystem $filesystem, Composer\Package\PackageInterface $package )
$filesystem GrumPHP\Util\Filesystem
$package Composer\Package\PackageInterface

it_should_fall_back_on_dist_file() 공개 메소드

public it_should_fall_back_on_dist_file ( Filesystem $filesystem )
$filesystem GrumPHP\Util\Filesystem

it_should_locate_config_file() 공개 메소드

public it_should_locate_config_file ( Filesystem $filesystem )
$filesystem GrumPHP\Util\Filesystem

it_should_locate_config_file_on_empty_composer_configuration() 공개 메소드

public it_should_locate_config_file_on_empty_composer_configuration ( Filesystem $filesystem, Composer\Package\PackageInterface $package )
$filesystem GrumPHP\Util\Filesystem
$package Composer\Package\PackageInterface

it_should_use_the_config_file_configured_in_the_composer_file() 공개 메소드

public it_should_use_the_config_file_configured_in_the_composer_file ( Filesystem $filesystem, Composer\Package\PackageInterface $package )
$filesystem GrumPHP\Util\Filesystem
$package Composer\Package\PackageInterface

it_should_use_the_config_file_configured_in_the_composer_file_and_fall_back_on_dist() 공개 메소드

public it_should_use_the_config_file_configured_in_the_composer_file_and_fall_back_on_dist ( Filesystem $filesystem, Composer\Package\PackageInterface $package )
$filesystem GrumPHP\Util\Filesystem
$package Composer\Package\PackageInterface

let() 공개 메소드

public let ( Filesystem $filesystem )
$filesystem GrumPHP\Util\Filesystem