PHP 클래스 GrumPHPTest\Linter\Xml\XmlLinterTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$linter GrumPHP\Linter\Xml\XmlLinter

공개 메소드들

메소드 설명
it_can_handle_xincludes ( $fixture, $errors )
it_should_validate_both_xsd_and_dtd ( $fixture, $errors )
it_should_validate_xml_for_syntax_errors ( $fixture, $errors )
it_should_validate_xml_with_dtd ( $fixture, $errors, $loadFromNet )
it_should_validate_xml_with_xsd ( $fixture, $errors, $loadFromNet )
provideDtdAndSchemeValidation ( ) : array
provideDtdValidation ( ) : array
provideSchemeValidation ( ) : array
provideXincludeValidation ( ) : array
provideXmlValidation ( ) : array

보호된 메소드들

메소드 설명
setUp ( )

비공개 메소드들

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

메소드 상세

it_can_handle_xincludes() 공개 메소드

public it_can_handle_xincludes ( $fixture, $errors )

it_should_validate_both_xsd_and_dtd() 공개 메소드

public it_should_validate_both_xsd_and_dtd ( $fixture, $errors )

it_should_validate_xml_for_syntax_errors() 공개 메소드

public it_should_validate_xml_for_syntax_errors ( $fixture, $errors )

it_should_validate_xml_with_dtd() 공개 메소드

public it_should_validate_xml_with_dtd ( $fixture, $errors, $loadFromNet )

it_should_validate_xml_with_xsd() 공개 메소드

public it_should_validate_xml_with_xsd ( $fixture, $errors, $loadFromNet )

provideDtdAndSchemeValidation() 공개 메소드

provideDtdValidation() 공개 메소드

public provideDtdValidation ( ) : array
리턴 array

provideSchemeValidation() 공개 메소드

public provideSchemeValidation ( ) : array
리턴 array

provideXincludeValidation() 공개 메소드

public provideXincludeValidation ( ) : array
리턴 array

provideXmlValidation() 공개 메소드

public provideXmlValidation ( ) : array
리턴 array

setUp() 보호된 메소드

protected setUp ( )

프로퍼티 상세

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

protected XmlLinter,GrumPHP\Linter\Xml $linter
리턴 GrumPHP\Linter\Xml\XmlLinter