Package: php-hamcrest / 2.1.1-2

Metadata

Package Version Patches format
php-hamcrest 2.1.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Rename AbstractMatcherTest as AbstractMatcherTestCas.patch | (download)

tests/Hamcrest/AbstractMatcherTest.php | 68 0 + 68 - 0 !
tests/Hamcrest/AbstractMatcherTestCase.php | 68 68 + 0 - 0 !
tests/Hamcrest/Array/IsArrayContainingInAnyOrderTest.php | 4 2 + 2 - 0 !
tests/Hamcrest/Array/IsArrayContainingInOrderTest.php | 4 2 + 2 - 0 !
tests/Hamcrest/Array/IsArrayContainingKeyTest.php | 4 2 + 2 - 0 !
tests/Hamcrest/Array/IsArrayContainingKeyValuePairTest.php | 4 2 + 2 - 0 !
tests/Hamcrest/Array/IsArrayContainingTest.php | 4 2 + 2 - 0 !
tests/Hamcrest/Array/IsArrayTest.php | 4 2 + 2 - 0 !
tests/Hamcrest/Array/IsArrayWithSizeTest.php | 4 2 + 2 - 0 !
tests/Hamcrest/Collection/IsEmptyTraversableTest.php | 4 2 + 2 - 0 !
tests/Hamcrest/Collection/IsTraversableWithSizeTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/AllOfTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/AnyOfTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/CombinableMatcherTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/DescribedAsTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/EveryTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/HasToStringTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsAnythingTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsCollectionContainingTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsEqualTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsIdenticalTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsInstanceOfTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsNotTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsNullTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsSameTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/IsTypeOfTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Core/SetTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/FeatureMatcherTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Number/IsCloseToTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Number/OrderingComparisonTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Text/IsEmptyStringTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Text/IsEqualIgnoringCaseTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Text/IsEqualIgnoringWhiteSpaceTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Text/MatchesPatternTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Text/StringContainsIgnoringCaseTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Text/StringContainsInOrderTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Text/StringContainsTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Text/StringEndsWithTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Text/StringStartsWithTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsArrayTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsBooleanTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsCallableTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsDoubleTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsIntegerTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsNumericTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsObjectTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsResourceTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsScalarTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Type/IsStringTest.php | 2 1 + 1 - 0 !
tests/Hamcrest/Xml/HasXPathTest.php | 2 1 + 1 - 0 !
51 files changed, 125 insertions(+), 125 deletions(-)

 rename abstractmatchertest as abstractmatchertestcase

Bug-Debian: https://bugs.debian.org/1070553

0002 Rename BaseMatcherTest as BaseMatcherTestCase.patch | (download)

tests/Hamcrest/BaseMatcherTest.php | 23 0 + 23 - 0 !
tests/Hamcrest/BaseMatcherTestCase.php | 23 23 + 0 - 0 !
tests/Hamcrest/InvokedMatcherTest.php | 2 1 + 1 - 0 !
3 files changed, 24 insertions(+), 24 deletions(-)

 rename basematchertest as basematchertestcase

Bug-Debian: https://bugs.debian.org/1070553

0003 Compatibility with recent PHPUnit 12.patch | (download)

tests/Hamcrest/Core/CombinableMatcherTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/Core/IsInstanceOfTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/Core/SetTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/FeatureMatcherTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/MatcherAssertTest.php | 5 2 + 3 - 0 !
tests/Hamcrest/StringDescriptionTest.php | 5 2 + 3 - 0 !
tests/Hamcrest/Text/IsEqualIgnoringWhiteSpaceTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/Text/StringContainsIgnoringCaseTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/Text/StringContainsInOrderTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/Text/StringContainsTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/Text/StringEndsWithTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/Text/StringStartsWithTest.php | 6 3 + 3 - 0 !
tests/Hamcrest/Xml/HasXPathTest.php | 6 3 + 3 - 0 !
13 files changed, 37 insertions(+), 39 deletions(-)

 compatibility with recent phpunit (12)