PHP Class Coduo\PHPMatcher\Tests\Matcher\NullMatcherTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: coduo/php-matcher

Public Methods

Method Description
negativeCanMatchData ( )
negativeMatchData ( )
negativeMatchDescription ( )
positiveCanMatchData ( )
positiveMatchData ( )
test_negative_can_matches ( $pattern )
test_negative_match ( $value, $pattern )
test_negative_match_description ( $value, $pattern, $error )
test_positive_can_matches ( $pattern )
test_positive_match ( $value, $pattern )

Method Details

negativeCanMatchData() public static method

public static negativeCanMatchData ( )

negativeMatchData() public static method

public static negativeMatchData ( )

negativeMatchDescription() public static method

public static negativeMatchDescription ( )

positiveCanMatchData() public static method

public static positiveCanMatchData ( )

positiveMatchData() public static method

public static positiveMatchData ( )

test_negative_can_matches() public method

public test_negative_can_matches ( $pattern )

test_negative_match() public method

public test_negative_match ( $value, $pattern )

test_negative_match_description() public method

public test_negative_match_description ( $value, $pattern, $error )

test_positive_can_matches() public method

public test_positive_can_matches ( $pattern )

test_positive_match() public method

public test_positive_match ( $value, $pattern )