[pkg-php-pear] Bug#1070557: php-json-schema: FTBFS with phpunit 11: There were 148 PHPUnit errors

Athos Ribeiro athoscribeiro at gmail.com
Mon May 6 15:17:33 BST 2024


Source: php-json-schema
Version: 5.2.13-1
Severity: normal
Justification: FTBFS
Tags: trixie sid ftbfs
User: pkg-php-pear at lists.alioth.debian.org
Usertags: phpunit11

Hi,

phpunit 11 is out and is now available in experimental. During a test rebuild,
php-json-schema was found to fail to build with this new phpunit version.

To reproduce this locally, you need to install phpunit from experimental on an
unstable system or build chroot.

Relevant part (hopefully):
> There were 148 PHPUnit errors:
> 
> 1) JsonSchema\Tests\Constraints\AdditionalPropertiesTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\AdditionalPropertiesTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\AdditionalPropertiesTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/AdditionalPropertiesTest.php:29
> 
> 2) JsonSchema\Tests\Constraints\AdditionalPropertiesTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\AdditionalPropertiesTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\AdditionalPropertiesTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/AdditionalPropertiesTest.php:58
> 
> 3) JsonSchema\Tests\Constraints\AdditionalPropertiesTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\AdditionalPropertiesTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\AdditionalPropertiesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/AdditionalPropertiesTest.php:90
> 
> 4) JsonSchema\Tests\Constraints\AdditionalPropertiesTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\AdditionalPropertiesTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\AdditionalPropertiesTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/AdditionalPropertiesTest.php:112
> 
> 5) JsonSchema\Tests\Constraints\ArraysTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\ArraysTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\ArraysTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ArraysTest.php:29
> 
> 6) JsonSchema\Tests\Constraints\ArraysTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\ArraysTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\ArraysTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ArraysTest.php:58
> 
> 7) JsonSchema\Tests\Constraints\ArraysTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\ArraysTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\ArraysTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ArraysTest.php:90
> 
> 8) JsonSchema\Tests\Constraints\ArraysTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\ArraysTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\ArraysTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ArraysTest.php:112
> 
> 9) JsonSchema\Tests\Constraints\BasicTypesTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\BasicTypesTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\BasicTypesTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/BasicTypesTest.php:29
> 
> 10) JsonSchema\Tests\Constraints\BasicTypesTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\BasicTypesTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\BasicTypesTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/BasicTypesTest.php:58
> 
> 11) JsonSchema\Tests\Constraints\BasicTypesTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\BasicTypesTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\BasicTypesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/BasicTypesTest.php:90
> 
> 12) JsonSchema\Tests\Constraints\BasicTypesTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\BasicTypesTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\BasicTypesTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/BasicTypesTest.php:112
> 
> 13) JsonSchema\Tests\Constraints\CoerciveTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\CoerciveTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\CoerciveTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/CoerciveTest.php:29
> 
> 14) JsonSchema\Tests\Constraints\CoerciveTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\CoerciveTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\CoerciveTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/CoerciveTest.php:58
> 
> 15) JsonSchema\Tests\Constraints\CoerciveTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\CoerciveTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\CoerciveTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/CoerciveTest.php:90
> 
> 16) JsonSchema\Tests\Constraints\CoerciveTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\CoerciveTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\CoerciveTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/CoerciveTest.php:112
> 
> 17) JsonSchema\Tests\Constraints\CoerciveTest::testValidCoerceCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\CoerciveTest::testValidCoerceCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\CoerciveTest::getValidCoerceTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/CoerciveTest.php:25
> 
> 18) JsonSchema\Tests\Constraints\CoerciveTest::testValidCoerceCases
> The data provider specified for JsonSchema\Tests\Constraints\CoerciveTest::testValidCoerceCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\CoerciveTest::getValidCoerceTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/CoerciveTest.php:43
> 
> 19) JsonSchema\Tests\Constraints\CoerciveTest::testInvalidCoerceCases
> The data provider specified for JsonSchema\Tests\Constraints\CoerciveTest::testInvalidCoerceCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\CoerciveTest::getInvalidCoerceTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/CoerciveTest.php:84
> 
> 20) JsonSchema\Tests\Constraints\CoerciveTest::testInvalidCoerceCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\CoerciveTest::testInvalidCoerceCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\CoerciveTest::getInvalidCoerceTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/CoerciveTest.php:104
> 
> 21) JsonSchema\Tests\Constraints\DefaultPropertiesTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\DefaultPropertiesTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\DefaultPropertiesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DefaultPropertiesTest.php:173
> 
> 22) JsonSchema\Tests\Constraints\DefaultPropertiesTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\DefaultPropertiesTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\DefaultPropertiesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DefaultPropertiesTest.php:200
> 
> 23) JsonSchema\Tests\Constraints\DefaultPropertiesTest::testValidCasesUsingAssocWithoutTypeCast
> The data provider specified for JsonSchema\Tests\Constraints\DefaultPropertiesTest::testValidCasesUsingAssocWithoutTypeCast is invalid
> Data Provider method JsonSchema\Tests\Constraints\DefaultPropertiesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DefaultPropertiesTest.php:211
> 
> 24) JsonSchema\Tests\Constraints\DependenciesTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\DependenciesTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\DependenciesTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DependenciesTest.php:29
> 
> 25) JsonSchema\Tests\Constraints\DependenciesTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\DependenciesTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\DependenciesTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DependenciesTest.php:58
> 
> 26) JsonSchema\Tests\Constraints\DependenciesTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\DependenciesTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\DependenciesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DependenciesTest.php:90
> 
> 27) JsonSchema\Tests\Constraints\DependenciesTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\DependenciesTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\DependenciesTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DependenciesTest.php:112
> 
> 28) JsonSchema\Tests\Constraints\DisallowTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\DisallowTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\DisallowTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DisallowTest.php:29
> 
> 29) JsonSchema\Tests\Constraints\DisallowTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\DisallowTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\DisallowTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DisallowTest.php:58
> 
> 30) JsonSchema\Tests\Constraints\DisallowTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\DisallowTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\DisallowTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DisallowTest.php:90
> 
> 31) JsonSchema\Tests\Constraints\DisallowTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\DisallowTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\DisallowTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DisallowTest.php:112
> 
> 32) JsonSchema\Tests\Constraints\DivisibleByTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\DivisibleByTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\DivisibleByTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DivisibleByTest.php:29
> 
> 33) JsonSchema\Tests\Constraints\DivisibleByTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\DivisibleByTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\DivisibleByTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DivisibleByTest.php:58
> 
> 34) JsonSchema\Tests\Constraints\DivisibleByTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\DivisibleByTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\DivisibleByTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DivisibleByTest.php:90
> 
> 35) JsonSchema\Tests\Constraints\DivisibleByTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\DivisibleByTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\DivisibleByTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/DivisibleByTest.php:112
> 
> 36) JsonSchema\Tests\Constraints\EnumTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\EnumTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\EnumTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/EnumTest.php:29
> 
> 37) JsonSchema\Tests\Constraints\EnumTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\EnumTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\EnumTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/EnumTest.php:58
> 
> 38) JsonSchema\Tests\Constraints\EnumTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\EnumTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\EnumTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/EnumTest.php:90
> 
> 39) JsonSchema\Tests\Constraints\EnumTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\EnumTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\EnumTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/EnumTest.php:112
> 
> 40) JsonSchema\Tests\Constraints\ExtendsTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\ExtendsTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\ExtendsTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ExtendsTest.php:29
> 
> 41) JsonSchema\Tests\Constraints\ExtendsTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\ExtendsTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\ExtendsTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ExtendsTest.php:58
> 
> 42) JsonSchema\Tests\Constraints\ExtendsTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\ExtendsTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\ExtendsTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ExtendsTest.php:90
> 
> 43) JsonSchema\Tests\Constraints\ExtendsTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\ExtendsTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\ExtendsTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ExtendsTest.php:112
> 
> 44) JsonSchema\Tests\Constraints\FactoryTest::testCreateInstanceForConstraintName
> The data provider specified for JsonSchema\Tests\Constraints\FactoryTest::testCreateInstanceForConstraintName is invalid
> Data Provider method JsonSchema\Tests\Constraints\FactoryTest::constraintNameProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/FactoryTest.php:56
> 
> 45) JsonSchema\Tests\Constraints\FactoryTest::testExceptionWhenCreateInstanceForInvalidConstraintName
> The data provider specified for JsonSchema\Tests\Constraints\FactoryTest::testExceptionWhenCreateInstanceForInvalidConstraintName is invalid
> Data Provider method JsonSchema\Tests\Constraints\FactoryTest::invalidConstraintNameProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/FactoryTest.php:85
> 
> 46) JsonSchema\Tests\Constraints\FormatTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\FormatTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\FormatTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/FormatTest.php:29
> 
> 47) JsonSchema\Tests\Constraints\FormatTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\FormatTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\FormatTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/FormatTest.php:58
> 
> 48) JsonSchema\Tests\Constraints\FormatTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\FormatTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\FormatTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/FormatTest.php:90
> 
> 49) JsonSchema\Tests\Constraints\FormatTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\FormatTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\FormatTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/FormatTest.php:112
> 
> 50) JsonSchema\Tests\Constraints\FormatTest::testValidFormat
> The data provider specified for JsonSchema\Tests\Constraints\FormatTest::testValidFormat is invalid
> Data Provider method JsonSchema\Tests\Constraints\FormatTest::getValidFormats() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/FormatTest.php:60
> 
> 51) JsonSchema\Tests\Constraints\FormatTest::testInvalidFormat
> The data provider specified for JsonSchema\Tests\Constraints\FormatTest::testInvalidFormat is invalid
> Data Provider method JsonSchema\Tests\Constraints\FormatTest::getInvalidFormats() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/FormatTest.php:73
> 
> 52) JsonSchema\Tests\Constraints\FormatTest::testDisabledFormat
> The data provider specified for JsonSchema\Tests\Constraints\FormatTest::testDisabledFormat is invalid
> Data Provider method JsonSchema\Tests\Constraints\FormatTest::getInvalidFormats() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/FormatTest.php:86
> 
> 53) JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinItemsMaxItemsTest.php:29
> 
> 54) JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinItemsMaxItemsTest.php:58
> 
> 55) JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinItemsMaxItemsTest.php:90
> 
> 56) JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinItemsMaxItemsTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinItemsMaxItemsTest.php:112
> 
> 57) JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinLengthMaxLengthMultiByteTest.php:29
> 
> 58) JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinLengthMaxLengthMultiByteTest.php:58
> 
> 59) JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinLengthMaxLengthMultiByteTest.php:90
> 
> 60) JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinLengthMaxLengthMultiByteTest.php:112
> 
> 61) JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinLengthMaxLengthTest.php:29
> 
> 62) JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinLengthMaxLengthTest.php:58
> 
> 63) JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinLengthMaxLengthTest.php:90
> 
> 64) JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinLengthMaxLengthTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinLengthMaxLengthTest.php:112
> 
> 65) JsonSchema\Tests\Constraints\MinMaxPropertiesTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinMaxPropertiesTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinMaxPropertiesTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinMaxPropertiesTest.php:29
> 
> 66) JsonSchema\Tests\Constraints\MinMaxPropertiesTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinMaxPropertiesTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinMaxPropertiesTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinMaxPropertiesTest.php:58
> 
> 67) JsonSchema\Tests\Constraints\MinMaxPropertiesTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinMaxPropertiesTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinMaxPropertiesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinMaxPropertiesTest.php:90
> 
> 68) JsonSchema\Tests\Constraints\MinMaxPropertiesTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinMaxPropertiesTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinMaxPropertiesTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinMaxPropertiesTest.php:112
> 
> 69) JsonSchema\Tests\Constraints\MinimumMaximumTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinimumMaximumTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinimumMaximumTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinimumMaximumTest.php:29
> 
> 70) JsonSchema\Tests\Constraints\MinimumMaximumTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinimumMaximumTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinimumMaximumTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinimumMaximumTest.php:58
> 
> 71) JsonSchema\Tests\Constraints\MinimumMaximumTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\MinimumMaximumTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinimumMaximumTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinimumMaximumTest.php:90
> 
> 72) JsonSchema\Tests\Constraints\MinimumMaximumTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\MinimumMaximumTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\MinimumMaximumTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/MinimumMaximumTest.php:112
> 
> 73) JsonSchema\Tests\Constraints\NotTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\NotTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\NotTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/NotTest.php:29
> 
> 74) JsonSchema\Tests\Constraints\NotTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\NotTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\NotTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/NotTest.php:58
> 
> 75) JsonSchema\Tests\Constraints\NotTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\NotTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\NotTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/NotTest.php:90
> 
> 76) JsonSchema\Tests\Constraints\NotTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\NotTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\NotTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/NotTest.php:112
> 
> 77) JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/NumberAndIntegerTypesTest.php:29
> 
> 78) JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/NumberAndIntegerTypesTest.php:58
> 
> 79) JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/NumberAndIntegerTypesTest.php:90
> 
> 80) JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/NumberAndIntegerTypesTest.php:112
> 
> 81) JsonSchema\Tests\Constraints\OfPropertiesTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\OfPropertiesTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\OfPropertiesTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/OfPropertiesTest.php:29
> 
> 82) JsonSchema\Tests\Constraints\OfPropertiesTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\OfPropertiesTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\OfPropertiesTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/OfPropertiesTest.php:58
> 
> 83) JsonSchema\Tests\Constraints\OfPropertiesTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\OfPropertiesTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\OfPropertiesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/OfPropertiesTest.php:90
> 
> 84) JsonSchema\Tests\Constraints\OfPropertiesTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\OfPropertiesTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\OfPropertiesTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/OfPropertiesTest.php:112
> 
> 85) JsonSchema\Tests\Constraints\PatternPropertiesTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\PatternPropertiesTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\PatternPropertiesTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/PatternPropertiesTest.php:29
> 
> 86) JsonSchema\Tests\Constraints\PatternPropertiesTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\PatternPropertiesTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\PatternPropertiesTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/PatternPropertiesTest.php:58
> 
> 87) JsonSchema\Tests\Constraints\PatternPropertiesTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\PatternPropertiesTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\PatternPropertiesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/PatternPropertiesTest.php:90
> 
> 88) JsonSchema\Tests\Constraints\PatternPropertiesTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\PatternPropertiesTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\PatternPropertiesTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/PatternPropertiesTest.php:112
> 
> 89) JsonSchema\Tests\Constraints\PatternTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\PatternTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\PatternTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/PatternTest.php:29
> 
> 90) JsonSchema\Tests\Constraints\PatternTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\PatternTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\PatternTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/PatternTest.php:58
> 
> 91) JsonSchema\Tests\Constraints\PatternTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\PatternTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\PatternTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/PatternTest.php:90
> 
> 92) JsonSchema\Tests\Constraints\PatternTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\PatternTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\PatternTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/PatternTest.php:112
> 
> 93) JsonSchema\Tests\Constraints\ReadOnlyTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\ReadOnlyTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\ReadOnlyTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ReadOnlyTest.php:29
> 
> 94) JsonSchema\Tests\Constraints\ReadOnlyTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\ReadOnlyTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\ReadOnlyTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ReadOnlyTest.php:58
> 
> 95) JsonSchema\Tests\Constraints\ReadOnlyTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\ReadOnlyTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\ReadOnlyTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ReadOnlyTest.php:90
> 
> 96) JsonSchema\Tests\Constraints\ReadOnlyTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\ReadOnlyTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\ReadOnlyTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/ReadOnlyTest.php:112
> 
> 97) JsonSchema\Tests\Constraints\RequireTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\RequireTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\RequireTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/RequireTest.php:29
> 
> 98) JsonSchema\Tests\Constraints\RequireTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\RequireTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\RequireTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/RequireTest.php:58
> 
> 99) JsonSchema\Tests\Constraints\RequireTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\RequireTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\RequireTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/RequireTest.php:90
> 
> 100) JsonSchema\Tests\Constraints\RequireTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\RequireTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\RequireTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/RequireTest.php:112
> 
> 101) JsonSchema\Tests\Constraints\RequiredPropertyTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\RequiredPropertyTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\RequiredPropertyTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/RequiredPropertyTest.php:29
> 
> 102) JsonSchema\Tests\Constraints\RequiredPropertyTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\RequiredPropertyTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\RequiredPropertyTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/RequiredPropertyTest.php:58
> 
> 103) JsonSchema\Tests\Constraints\RequiredPropertyTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\RequiredPropertyTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\RequiredPropertyTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/RequiredPropertyTest.php:90
> 
> 104) JsonSchema\Tests\Constraints\RequiredPropertyTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\RequiredPropertyTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\RequiredPropertyTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/RequiredPropertyTest.php:112
> 
> 105) JsonSchema\Tests\Constraints\SchemaValidationTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\SchemaValidationTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\SchemaValidationTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/SchemaValidationTest.php:67
> 
> 106) JsonSchema\Tests\Constraints\SchemaValidationTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\SchemaValidationTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\SchemaValidationTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/SchemaValidationTest.php:88
> 
> 107) JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/SelfDefinedSchemaTest.php:29
> 
> 108) JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/SelfDefinedSchemaTest.php:58
> 
> 109) JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/SelfDefinedSchemaTest.php:90
> 
> 110) JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\SelfDefinedSchemaTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/SelfDefinedSchemaTest.php:112
> 
> 111) JsonSchema\Tests\Constraints\TupleTypingTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\TupleTypingTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\TupleTypingTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/TupleTypingTest.php:29
> 
> 112) JsonSchema\Tests\Constraints\TupleTypingTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\TupleTypingTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\TupleTypingTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/TupleTypingTest.php:58
> 
> 113) JsonSchema\Tests\Constraints\TupleTypingTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\TupleTypingTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\TupleTypingTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/TupleTypingTest.php:90
> 
> 114) JsonSchema\Tests\Constraints\TupleTypingTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\TupleTypingTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\TupleTypingTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/TupleTypingTest.php:112
> 
> 115) JsonSchema\Tests\Constraints\TypeTest::testIndefiniteArticleForTypeInTypeCheckErrorMessage
> The data provider specified for JsonSchema\Tests\Constraints\TypeTest::testIndefiniteArticleForTypeInTypeCheckErrorMessage is invalid
> Data Provider method JsonSchema\Tests\Constraints\TypeTest::provideIndefiniteArticlesForTypes() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/TypeTest.php:49
> 
> 116) JsonSchema\Tests\Constraints\TypeTest::testValidateTypeNameWording
> The data provider specified for JsonSchema\Tests\Constraints\TypeTest::testValidateTypeNameWording is invalid
> Data Provider method JsonSchema\Tests\Constraints\TypeTest::validNameWordingDataProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/TypeTest.php:111
> 
> 117) JsonSchema\Tests\Constraints\UnionTypesTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\UnionTypesTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\UnionTypesTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UnionTypesTest.php:29
> 
> 118) JsonSchema\Tests\Constraints\UnionTypesTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\UnionTypesTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\UnionTypesTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UnionTypesTest.php:58
> 
> 119) JsonSchema\Tests\Constraints\UnionTypesTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\UnionTypesTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\UnionTypesTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UnionTypesTest.php:90
> 
> 120) JsonSchema\Tests\Constraints\UnionTypesTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\UnionTypesTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\UnionTypesTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UnionTypesTest.php:112
> 
> 121) JsonSchema\Tests\Constraints\UnionWithNullValueTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\UnionWithNullValueTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\UnionWithNullValueTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UnionWithNullValueTest.php:29
> 
> 122) JsonSchema\Tests\Constraints\UnionWithNullValueTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\UnionWithNullValueTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\UnionWithNullValueTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UnionWithNullValueTest.php:58
> 
> 123) JsonSchema\Tests\Constraints\UnionWithNullValueTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\UnionWithNullValueTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\UnionWithNullValueTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UnionWithNullValueTest.php:90
> 
> 124) JsonSchema\Tests\Constraints\UnionWithNullValueTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\UnionWithNullValueTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\UnionWithNullValueTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UnionWithNullValueTest.php:112
> 
> 125) JsonSchema\Tests\Constraints\UniqueItemsTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\UniqueItemsTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\UniqueItemsTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UniqueItemsTest.php:29
> 
> 126) JsonSchema\Tests\Constraints\UniqueItemsTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\UniqueItemsTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\UniqueItemsTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UniqueItemsTest.php:58
> 
> 127) JsonSchema\Tests\Constraints\UniqueItemsTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\UniqueItemsTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\UniqueItemsTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UniqueItemsTest.php:90
> 
> 128) JsonSchema\Tests\Constraints\UniqueItemsTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\UniqueItemsTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\UniqueItemsTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/UniqueItemsTest.php:112
> 
> 129) JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::testInvalidCases
> The data provider specified for JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/WrongMessagesFailingTestCaseTest.php:29
> 
> 130) JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/WrongMessagesFailingTestCaseTest.php:58
> 
> 131) JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::testValidCases
> The data provider specified for JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/WrongMessagesFailingTestCaseTest.php:90
> 
> 132) JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Constraints/WrongMessagesFailingTestCaseTest.php:112
> 
> 133) JsonSchema\Tests\Drafts\Draft3Test::testInvalidCases
> The data provider specified for JsonSchema\Tests\Drafts\Draft3Test::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Drafts\Draft3Test::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Drafts/Draft3Test.php:29
> 
> 134) JsonSchema\Tests\Drafts\Draft3Test::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Drafts\Draft3Test::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Drafts\Draft3Test::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Drafts/Draft3Test.php:58
> 
> 135) JsonSchema\Tests\Drafts\Draft3Test::testValidCases
> The data provider specified for JsonSchema\Tests\Drafts\Draft3Test::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Drafts\Draft3Test::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Drafts/Draft3Test.php:90
> 
> 136) JsonSchema\Tests\Drafts\Draft3Test::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Drafts\Draft3Test::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Drafts\Draft3Test::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Drafts/Draft3Test.php:112
> 
> 137) JsonSchema\Tests\Drafts\Draft4Test::testInvalidCases
> The data provider specified for JsonSchema\Tests\Drafts\Draft4Test::testInvalidCases is invalid
> Data Provider method JsonSchema\Tests\Drafts\Draft4Test::getInvalidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Drafts/Draft4Test.php:29
> 
> 138) JsonSchema\Tests\Drafts\Draft4Test::testInvalidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Drafts\Draft4Test::testInvalidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Drafts\Draft4Test::getInvalidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Drafts/Draft4Test.php:58
> 
> 139) JsonSchema\Tests\Drafts\Draft4Test::testValidCases
> The data provider specified for JsonSchema\Tests\Drafts\Draft4Test::testValidCases is invalid
> Data Provider method JsonSchema\Tests\Drafts\Draft4Test::getValidTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Drafts/Draft4Test.php:90
> 
> 140) JsonSchema\Tests\Drafts\Draft4Test::testValidCasesUsingAssoc
> The data provider specified for JsonSchema\Tests\Drafts\Draft4Test::testValidCasesUsingAssoc is invalid
> Data Provider method JsonSchema\Tests\Drafts\Draft4Test::getValidForAssocTests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Drafts/Draft4Test.php:112
> 
> 141) JsonSchema\Tests\Entity\JsonPointerTest::testJsonPointer
> The data provider specified for JsonSchema\Tests\Entity\JsonPointerTest::testJsonPointer is invalid
> Data Provider method JsonSchema\Tests\Entity\JsonPointerTest::getTestData() is not static
> 
> /<<PKGBUILDDIR>>/tests/Entity/JsonPointerTest.php:31
> 
> 142) JsonSchema\Tests\Rfc3339Test::testCreateFromValidString
> The data provider specified for JsonSchema\Tests\Rfc3339Test::testCreateFromValidString is invalid
> Data Provider method JsonSchema\Tests\Rfc3339Test::provideValidFormats() is not static
> 
> /<<PKGBUILDDIR>>/tests/Rfc3339Test.php:15
> 
> 143) JsonSchema\Tests\Rfc3339Test::testCreateFromInvalidString
> The data provider specified for JsonSchema\Tests\Rfc3339Test::testCreateFromInvalidString is invalid
> Data Provider method JsonSchema\Tests\Rfc3339Test::provideInvalidFormats() is not static
> 
> /<<PKGBUILDDIR>>/tests/Rfc3339Test.php:27
> 
> 144) JsonSchema\Tests\Uri\UriRetrieverTest::testChildExtendsParentValidTest
> The data provider specified for JsonSchema\Tests\Uri\UriRetrieverTest::testChildExtendsParentValidTest is invalid
> Data Provider method JsonSchema\Tests\Uri\UriRetrieverTest::jsonProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:50
> 
> 145) JsonSchema\Tests\Uri\UriRetrieverTest::testChildExtendsParentInvalidChildTest
> The data provider specified for JsonSchema\Tests\Uri\UriRetrieverTest::testChildExtendsParentInvalidChildTest is invalid
> Data Provider method JsonSchema\Tests\Uri\UriRetrieverTest::jsonProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:65
> 
> 146) JsonSchema\Tests\Uri\UriRetrieverTest::testChildExtendsParentInvalidParentTest
> The data provider specified for JsonSchema\Tests\Uri\UriRetrieverTest::testChildExtendsParentInvalidParentTest is invalid
> Data Provider method JsonSchema\Tests\Uri\UriRetrieverTest::jsonProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:80
> 
> 147) JsonSchema\Tests\Uri\UriRetrieverTest::testResolveRelativeUri
> The data provider specified for JsonSchema\Tests\Uri\UriRetrieverTest::testResolveRelativeUri is invalid
> Data Provider method JsonSchema\Tests\Uri\UriRetrieverTest::jsonProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:95
> 
> 148) JsonSchema\Tests\Uri\UriRetrieverTest::testResolveCombinedURI
> The data provider specified for JsonSchema\Tests\Uri\UriRetrieverTest::testResolveCombinedURI is invalid
> Data Provider method JsonSchema\Tests\Uri\UriRetrieverTest::combinedURITests() is not static
> 
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:418
> 
> --
> 
> There were 28 PHPUnit test runner warnings:
> 
> 1) Test results may not be as expected because the XML configuration file did not pass validation:
> 
>   Line 14:
>   - Element 'phpunit', attribute 'backupStaticAttributes': The attribute 'backupStaticAttributes' is not allowed.
>   - Element 'phpunit', attribute 'convertErrorsToExceptions': The attribute 'convertErrorsToExceptions' is not allowed.
>   - Element 'phpunit', attribute 'convertNoticesToExceptions': The attribute 'convertNoticesToExceptions' is not allowed.
>   - Element 'phpunit', attribute 'convertWarningsToExceptions': The attribute 'convertWarningsToExceptions' is not allowed.
>   - Element 'phpunit', attribute 'syntaxCheck': The attribute 'syntaxCheck' is not allowed.
>   - Element 'phpunit', attribute 'verbose': The attribute 'verbose' is not allowed.
> 
>   Line 21:
>   - Element 'filter': This element is not expected.
> 
> 
> 2) No tests found in class "JsonSchema\Tests\Constraints\AdditionalPropertiesTest".
> 
> 3) No tests found in class "JsonSchema\Tests\Constraints\ArraysTest".
> 
> 4) No tests found in class "JsonSchema\Tests\Constraints\BasicTypesTest".
> 
> 5) No tests found in class "JsonSchema\Tests\Constraints\DependenciesTest".
> 
> 6) No tests found in class "JsonSchema\Tests\Constraints\DisallowTest".
> 
> 7) No tests found in class "JsonSchema\Tests\Constraints\DivisibleByTest".
> 
> 8) No tests found in class "JsonSchema\Tests\Constraints\EnumTest".
> 
> 9) No tests found in class "JsonSchema\Tests\Constraints\ExtendsTest".
> 
> 10) No tests found in class "JsonSchema\Tests\Constraints\MinItemsMaxItemsTest".
> 
> 11) No tests found in class "JsonSchema\Tests\Constraints\MinLengthMaxLengthMultiByteTest".
> 
> 12) No tests found in class "JsonSchema\Tests\Constraints\MinLengthMaxLengthTest".
> 
> 13) No tests found in class "JsonSchema\Tests\Constraints\MinMaxPropertiesTest".
> 
> 14) No tests found in class "JsonSchema\Tests\Constraints\MinimumMaximumTest".
> 
> 15) No tests found in class "JsonSchema\Tests\Constraints\NotTest".
> 
> 16) No tests found in class "JsonSchema\Tests\Constraints\NumberAndIntegerTypesTest".
> 
> 17) No tests found in class "JsonSchema\Tests\Constraints\PatternPropertiesTest".
> 
> 18) No tests found in class "JsonSchema\Tests\Constraints\PatternTest".
> 
> 19) No tests found in class "JsonSchema\Tests\Constraints\ReadOnlyTest".
> 
> 20) No tests found in class "JsonSchema\Tests\Constraints\RequireTest".
> 
> 21) No tests found in class "JsonSchema\Tests\Constraints\TupleTypingTest".
> 
> 22) No tests found in class "JsonSchema\Tests\Constraints\UnionTypesTest".
> 
> 23) No tests found in class "JsonSchema\Tests\Constraints\UnionWithNullValueTest".
> 
> 24) No tests found in class "JsonSchema\Tests\Constraints\UniqueItemsTest".
> 
> 25) No tests found in class "JsonSchema\Tests\Constraints\WrongMessagesFailingTestCaseTest".
> 
> 26) No tests found in class "JsonSchema\Tests\Drafts\Draft3Test".
> 
> 27) No tests found in class "JsonSchema\Tests\Drafts\Draft4Test".
> 
> 28) No tests found in class "JsonSchema\Tests\Rfc3339Test".
> 
> --
> 
> There were 152 PHPUnit test runner deprecations:
> 
...
> 
> --
> 
> There were 9 errors:
> 
> 1) JsonSchema\Tests\Constraints\LongArraysTest::testLongStringArray
> Error: Call to undefined method JsonSchema\Tests\Constraints\LongArraysTest::prophesize()
> 
> /<<PKGBUILDDIR>>/tests/Constraints/VeryBaseTestCase.php:38
> /<<PKGBUILDDIR>>/tests/Constraints/LongArraysTest.php:39
> 
> 2) JsonSchema\Tests\Constraints\LongArraysTest::testLongNumberArray
> Error: Call to undefined method JsonSchema\Tests\Constraints\LongArraysTest::prophesize()
> 
> /<<PKGBUILDDIR>>/tests/Constraints/VeryBaseTestCase.php:38
> /<<PKGBUILDDIR>>/tests/Constraints/LongArraysTest.php:67
> 
> 3) JsonSchema\Tests\Constraints\LongArraysTest::testLongIntegerArray
> Error: Call to undefined method JsonSchema\Tests\Constraints\LongArraysTest::prophesize()
> 
> /<<PKGBUILDDIR>>/tests/Constraints/VeryBaseTestCase.php:38
> /<<PKGBUILDDIR>>/tests/Constraints/LongArraysTest.php:95
> 
> 4) JsonSchema\Tests\SchemaStorageTest::testResolveRef
> Error: Call to undefined method JsonSchema\Tests\SchemaStorageTest::prophesize()
> 
> /<<PKGBUILDDIR>>/tests/SchemaStorageTest.php:24
> 
> 5) JsonSchema\Tests\SchemaStorageTest::testNoDoubleResolve
> Error: Call to undefined method JsonSchema\Tests\SchemaStorageTest::prophesize()
> 
> /<<PKGBUILDDIR>>/tests/SchemaStorageTest.php:310
> 
> 6) JsonSchema\Tests\Uri\UriRetrieverTest::testConfirmMediaTypeAcceptsJsonSchemaType
> Error: Call to undefined method PHPUnit\Framework\MockObject\MockBuilder::setMethods()
> 
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:232
> 
> 7) JsonSchema\Tests\Uri\UriRetrieverTest::testConfirmMediaTypeAcceptsJsonType
> Error: Call to undefined method PHPUnit\Framework\MockObject\MockBuilder::setMethods()
> 
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:243
> 
> 8) JsonSchema\Tests\Uri\UriRetrieverTest::testInvalidContentTypeEndpointsDefault
> Error: Call to undefined method PHPUnit\Framework\MockObject\MockBuilder::setMethods()
> 
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:327
> 
> 9) JsonSchema\Tests\Uri\UriRetrieverTest::testInvalidContentTypeEndpointsAdded
> Error: Call to undefined method PHPUnit\Framework\MockObject\MockBuilder::setMethods()
> 
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:347
> 
> --
> 
> There were 3 failures:
> 
> 1) JsonSchema\Tests\SchemaStorageTest::testUnresolvableJsonPointExceptionShouldBeThrown
> Failed asserting that exception of type "Error" matches expected exception "JsonSchema\Exception\UnresolvableJsonPointerException". Message was: "Call to undefined method JsonSchema\Tests\SchemaStorageTest::prophesize()" at
> /<<PKGBUILDDIR>>/tests/SchemaStorageTest.php:113
> .
> 
> 2) JsonSchema\Tests\Uri\UriRetrieverTest::testConfirmMediaTypeThrowsExceptionForUnsupportedTypes
> Failed asserting that exception of type "Error" matches expected exception "\JsonSchema\Exception\InvalidSchemaMediaTypeException". Message was: "Call to undefined method PHPUnit\Framework\MockObject\MockBuilder::setMethods()" at
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:255
> .
> 
> 3) JsonSchema\Tests\Uri\UriRetrieverTest::testInvalidContentTypeEndpointsUnknown
> Failed asserting that exception of type "Error" matches expected exception "\JsonSchema\Exception\InvalidSchemaMediaTypeException". Message was: "Call to undefined method PHPUnit\Framework\MockObject\MockBuilder::setMethods()" at
> /<<PKGBUILDDIR>>/tests/Uri/UriRetrieverTest.php:338
> .
> 
> --
> 
> There were 2 risky tests:
> 
> 1) JsonSchema\Tests\Uri\Retrievers\CurlTest::testRetrieveFile
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/tests/Uri/Retrievers/CurlTest.php:10
> 
> 2) JsonSchema\Tests\Uri\Retrievers\CurlTest::testNoContentType
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/tests/Uri/Retrievers/CurlTest.php:27
> 
> ERRORS!
> Tests: 113, Assertions: 145, Errors: 157, Failures: 3, Warnings: 28, Deprecations: 160, Skipped: 1, Risky: 2.
> make[1]: *** [debian/rules:23: override_dh_auto_test] Error 2


The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit11/1/php-json-schema/php-json-schema_5.2.13-1+rebuild1714780661_amd64-2024-05-03T23:57:42Z.build



More information about the pkg-php-pear mailing list