PHP 클래스 PHPUnit_Extensions_Constraint_StringMatchIgnoreWhitespace

상속: extends PHPUnit_Framework_Constraint
파일 보기 프로젝트 열기: etsy/phpunit-extensions 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$exporter

공개 메소드들

메소드 설명
__construct ( $expected )
toString ( )

보호된 메소드들

메소드 설명
matches ( $actual )

비공개 메소드들

메소드 설명
normalize ( $string )

메소드 상세

__construct() 공개 메소드

public __construct ( $expected )

matches() 보호된 메소드

protected matches ( $actual )

toString() 공개 메소드

public toString ( )

프로퍼티 상세

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

protected $exporter