PHP Class PHPUnit_Extensions_Constraint_StringMatchIgnoreWhitespace

Inheritance: extends PHPUnit_Framework_Constraint
Show file Open project: etsy/phpunit-extensions Class Usage Examples

Protected Properties

Property Type Description
$exporter

Public Methods

Method Description
__construct ( $expected )
toString ( )

Protected Methods

Method Description
matches ( $actual )

Private Methods

Method Description
normalize ( $string )

Method Details

__construct() public method

public __construct ( $expected )

matches() protected method

protected matches ( $actual )

toString() public method

public toString ( )

Property Details

$exporter protected property

protected $exporter