PHP 클래스 GrumPHPTest\Linter\Yaml\YamlLinterTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$linter GrumPHP\Linter\Yaml\YamlLinter

공개 메소드들

메소드 설명
it_should_be_able_to_handle_object_support ( )
it_should_handle_exceptions_on_invalid_type ( )
it_should_validate_yaml_for_syntax_errors ( $fixture, $errors )
provideYamlValidation ( ) : array

보호된 메소드들

메소드 설명
setUp ( )

비공개 메소드들

메소드 설명
getFixture ( string $fixture ) : SplFileInfo
validateFixture ( string $fixture, integer $errors )

메소드 상세

it_should_be_able_to_handle_object_support() 공개 메소드

it_should_handle_exceptions_on_invalid_type() 공개 메소드

it_should_validate_yaml_for_syntax_errors() 공개 메소드

public it_should_validate_yaml_for_syntax_errors ( $fixture, $errors )

provideYamlValidation() 공개 메소드

public provideYamlValidation ( ) : array
리턴 array

setUp() 보호된 메소드

protected setUp ( )

프로퍼티 상세

$linter 보호되어 있는 프로퍼티

protected YamlLinter,GrumPHP\Linter\Yaml $linter
리턴 GrumPHP\Linter\Yaml\YamlLinter