PHP Класс Coduo\PHPMatcher\Tests\Matcher\ArrayMatcherTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
negativeMatchData ( )
positiveMatchData ( )
setUp ( )
test_error_message_when_matching_non_array_value ( )
test_error_when_matching_fail ( )
test_error_when_path_in_nested_pattern_does_not_exist ( )
test_error_when_path_in_nested_value_does_not_exist ( )
test_error_when_path_in_pattern_does_not_exist ( )
test_error_when_path_in_value_does_not_exist ( )
test_matching_array_to_array_pattern ( )
test_negative_match_arrays ( $value, $pattern )
test_negative_match_when_cant_find_matcher_that_can_match_array_element ( )
test_positive_match_arrays ( $value, $pattern )

Описание методов

negativeMatchData() публичный статический Метод

public static negativeMatchData ( )

positiveMatchData() публичный статический Метод

public static positiveMatchData ( )

setUp() публичный Метод

public setUp ( )

test_error_message_when_matching_non_array_value() публичный Метод

test_error_when_matching_fail() публичный Метод

test_error_when_path_in_nested_pattern_does_not_exist() публичный Метод

test_error_when_path_in_nested_value_does_not_exist() публичный Метод

test_error_when_path_in_pattern_does_not_exist() публичный Метод

test_error_when_path_in_value_does_not_exist() публичный Метод

test_matching_array_to_array_pattern() публичный Метод

test_negative_match_arrays() публичный Метод

public test_negative_match_arrays ( $value, $pattern )

test_negative_match_when_cant_find_matcher_that_can_match_array_element() публичный Метод

test_positive_match_arrays() публичный Метод

public test_positive_match_arrays ( $value, $pattern )