[pkg-php-pear] Bug#1070519: php-brick-math: FTBFS with phpunit 11: There were 151 PHPUnit errors
Athos Ribeiro
athoscribeiro at gmail.com
Mon May 6 15:10:54 BST 2024
Source: php-brick-math
Version: 0.11.0-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-brick-math 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):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> CALCULATOR=GMP phpunit
> Using Brick\Math\Internal\Calculator\GmpCalculator
> PHPUnit 11.1.2 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.2.18
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml
>
> ................................................................. 65 / 68 ( 95%)
> ... 68 / 68 (100%)
>
> Time: 00:00.015, Memory: 12.00 MB
>
> There were 151 PHPUnit errors:
>
> 1) Brick\Math\Tests\BigDecimalTest::testOf
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testOf is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerOf() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:27
>
> 2) Brick\Math\Tests\BigDecimalTest::testOfFloatInDifferentLocales
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testOfFloatInDifferentLocales is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerOfFloatInDifferentLocales() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:190
>
> 3) Brick\Math\Tests\BigDecimalTest::testOfInvalidValueThrowsException
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testOfInvalidValueThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerOfInvalidValueThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:228
>
> 4) Brick\Math\Tests\BigDecimalTest::testOfUnscaledValue
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testOfUnscaledValue is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerOfUnscaledValue() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:279
>
> 5) Brick\Math\Tests\BigDecimalTest::testMin
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testMin is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerMin() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:345
>
> 6) Brick\Math\Tests\BigDecimalTest::testMax
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testMax is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerMax() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:386
>
> 7) Brick\Math\Tests\BigDecimalTest::testSum
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testSum is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerSum() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:431
>
> 8) Brick\Math\Tests\BigDecimalTest::testPlus
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testPlus is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerPlus() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:478
>
> 9) Brick\Math\Tests\BigDecimalTest::testMinus
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testMinus is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerMinus() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:554
>
> 10) Brick\Math\Tests\BigDecimalTest::testMultipliedBy
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testMultipliedBy is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerMultipliedBy() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:623
>
> 11) Brick\Math\Tests\BigDecimalTest::testDividedBy
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testDividedBy is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerDividedBy() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:736
>
> 12) Brick\Math\Tests\BigDecimalTest::testDividedByByZeroThrowsException
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testDividedByByZeroThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerDividedByByZeroThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:771
>
> 13) Brick\Math\Tests\BigDecimalTest::testExactlyDividedBy
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testExactlyDividedBy is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerExactlyDividedBy() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:795
>
> 14) Brick\Math\Tests\BigDecimalTest::testDividedByWithRoundingNecessaryThrowsException
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testDividedByWithRoundingNecessaryThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerDividedByWithRoundingNecessaryThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:857
>
> 15) Brick\Math\Tests\BigDecimalTest::testRoundingMode
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testRoundingMode is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerRoundingMode() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:893
>
> 16) Brick\Math\Tests\BigDecimalTest::testQuotientAndRemainder
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testQuotientAndRemainder is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerQuotientAndRemainder() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:1397
>
> 17) Brick\Math\Tests\BigDecimalTest::testSqrt
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testSqrt is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerSqrt() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:1500
>
> 18) Brick\Math\Tests\BigDecimalTest::testPower
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testPower is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerPower() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:1726
>
> 19) Brick\Math\Tests\BigDecimalTest::testPowerWithInvalidExponentThrowsException
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testPowerWithInvalidExponentThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerPowerWithInvalidExponentThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:1785
>
> 20) Brick\Math\Tests\BigDecimalTest::testToScale
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testToScale is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::toScaleProvider() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:1808
>
> 21) Brick\Math\Tests\BigDecimalTest::testWithPointMovedLeft
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testWithPointMovedLeft is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerWithPointMovedLeft() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:1831
>
> 22) Brick\Math\Tests\BigDecimalTest::testWithPointMovedRight
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testWithPointMovedRight is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerWithPointMovedRight() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:1914
>
> 23) Brick\Math\Tests\BigDecimalTest::testStripTrailingZeros
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testStripTrailingZeros is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerStripTrailingZeros() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:1996
>
> 24) Brick\Math\Tests\BigDecimalTest::testAbs
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testAbs is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerAbs() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2042
>
> 25) Brick\Math\Tests\BigDecimalTest::testNegated
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testNegated is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerNegated() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2064
>
> 26) Brick\Math\Tests\BigDecimalTest::testCompareTo
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testCompareTo is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2086
>
> 27) Brick\Math\Tests\BigDecimalTest::testIsEqualTo
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsEqualTo is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2098
>
> 28) Brick\Math\Tests\BigDecimalTest::testIsLessThan
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsLessThan is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2110
>
> 29) Brick\Math\Tests\BigDecimalTest::testIsLessThanOrEqualTo
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsLessThanOrEqualTo is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2122
>
> 30) Brick\Math\Tests\BigDecimalTest::testIsGreaterThan
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsGreaterThan is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2134
>
> 31) Brick\Math\Tests\BigDecimalTest::testIsGreaterThanOrEqualTo
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsGreaterThanOrEqualTo is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2146
>
> 32) Brick\Math\Tests\BigDecimalTest::testGetSign
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testGetSign is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2206
>
> 33) Brick\Math\Tests\BigDecimalTest::testIsZero
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsZero is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2217
>
> 34) Brick\Math\Tests\BigDecimalTest::testIsNegative
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsNegative is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2228
>
> 35) Brick\Math\Tests\BigDecimalTest::testIsNegativeOrZero
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsNegativeOrZero is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2239
>
> 36) Brick\Math\Tests\BigDecimalTest::testIsPositive
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsPositive is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2250
>
> 37) Brick\Math\Tests\BigDecimalTest::testIsPositiveOrZero
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testIsPositiveOrZero is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2261
>
> 38) Brick\Math\Tests\BigDecimalTest::testGetIntegralPart
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testGetIntegralPart is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerGetIntegralPart() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2305
>
> 39) Brick\Math\Tests\BigDecimalTest::testGetFractionalPart
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testGetFractionalPart is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerGetFractionalPart() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2329
>
> 40) Brick\Math\Tests\BigDecimalTest::testHasNonZeroFractionalPart
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testHasNonZeroFractionalPart is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerHasNonZeroFractionalPart() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2352
>
> 41) Brick\Math\Tests\BigDecimalTest::testToBigInteger
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testToBigInteger is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerToBigInteger() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2375
>
> 42) Brick\Math\Tests\BigDecimalTest::testToBigIntegerThrowsExceptionWhenRoundingNecessary
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testToBigIntegerThrowsExceptionWhenRoundingNecessary is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerToBigIntegerThrowsExceptionWhenRoundingNecessary() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2396
>
> 43) Brick\Math\Tests\BigDecimalTest::testToBigRational
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testToBigRational is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerToBigRational() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2423
>
> 44) Brick\Math\Tests\BigDecimalTest::testToInt
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testToInt is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerToInt() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2466
>
> 45) Brick\Math\Tests\BigDecimalTest::testToIntThrowsException
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testToIntThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerToIntThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2490
>
> 46) Brick\Math\Tests\BigDecimalTest::testToFloat
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testToFloat is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerToFloat() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2512
>
> 47) Brick\Math\Tests\BigDecimalTest::testToString
> The data provider specified for Brick\Math\Tests\BigDecimalTest::testToString is invalid
> Data Provider method Brick\Math\Tests\BigDecimalTest::providerToString() is not static
>
> /<<PKGBUILDDIR>>/tests/BigDecimalTest.php:2537
>
> 48) Brick\Math\Tests\BigIntegerTest::testOf
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testOf is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerOf() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:30
>
> 49) Brick\Math\Tests\BigIntegerTest::testOfInvalidFormatThrowsException
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testOfInvalidFormatThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerOfInvalidFormatThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:119
>
> 50) Brick\Math\Tests\BigIntegerTest::testOfNonConvertibleValueThrowsException
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testOfNonConvertibleValueThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerOfNonConvertibleValueThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:148
>
> 51) Brick\Math\Tests\BigIntegerTest::testFromBase
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testFromBase is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerFromBase() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:170
>
> 52) Brick\Math\Tests\BigIntegerTest::testFromBaseWithInvalidValue
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testFromBaseWithInvalidValue is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerFromBaseWithInvalidValue() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:286
>
> 53) Brick\Math\Tests\BigIntegerTest::testFromBaseWithInvalidBase
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testFromBaseWithInvalidBase is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerFromBaseWithInvalidBase() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:342
>
> 54) Brick\Math\Tests\BigIntegerTest::testGcdMultiple
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testGcdMultiple is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerGcdMultiple() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:382
>
> 55) Brick\Math\Tests\BigIntegerTest::testMin
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testMin is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerMin() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:423
>
> 56) Brick\Math\Tests\BigIntegerTest::testMax
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testMax is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerMax() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:459
>
> 57) Brick\Math\Tests\BigIntegerTest::testSum
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testSum is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerSum() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:496
>
> 58) Brick\Math\Tests\BigIntegerTest::testPlus
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testPlus is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerPlus() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:535
>
> 59) Brick\Math\Tests\BigIntegerTest::testMinus
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testMinus is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerMinus() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:564
>
> 60) Brick\Math\Tests\BigIntegerTest::testMultipliedBy
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testMultipliedBy is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerMultipliedBy() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:591
>
> 61) Brick\Math\Tests\BigIntegerTest::testDividedBy
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testDividedBy is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerDividedBy() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:625
>
> 62) Brick\Math\Tests\BigIntegerTest::testDividedByWithRoundingMode
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testDividedByWithRoundingMode is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerDividedByWithRoundingMode() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:678
>
> 63) Brick\Math\Tests\BigIntegerTest::testQuotient
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testQuotient is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerQuotientAndRemainder() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1183
>
> 64) Brick\Math\Tests\BigIntegerTest::testRemainder
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testRemainder is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerQuotientAndRemainder() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1202
>
> 65) Brick\Math\Tests\BigIntegerTest::testQuotientAndRemainder
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testQuotientAndRemainder is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerQuotientAndRemainder() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1221
>
> 66) Brick\Math\Tests\BigIntegerTest::testMod
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testMod is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerMod() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1300
>
> 67) Brick\Math\Tests\BigIntegerTest::testModPow
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testModPow is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerModPow() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1397
>
> 68) Brick\Math\Tests\BigIntegerTest::testModPowNegativeThrowsException
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testModPowNegativeThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerModPowNegativeThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1473
>
> 69) Brick\Math\Tests\BigIntegerTest::testPower
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testPower is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerPower() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1501
>
> 70) Brick\Math\Tests\BigIntegerTest::testPowerWithInvalidExponentThrowsException
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testPowerWithInvalidExponentThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerPowerWithInvalidExponentThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1558
>
> 71) Brick\Math\Tests\BigIntegerTest::testGcd
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testGcd is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerGcd() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1579
>
> 72) Brick\Math\Tests\BigIntegerTest::testSqrt
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testSqrt is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerSqrt() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:1675
>
> 73) Brick\Math\Tests\BigIntegerTest::testAbs
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testAbs is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerAbs() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2037
>
> 74) Brick\Math\Tests\BigIntegerTest::testNegated
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testNegated is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerNegated() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2057
>
> 75) Brick\Math\Tests\BigIntegerTest::testOr
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testOr is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerOr() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2078
>
> 76) Brick\Math\Tests\BigIntegerTest::testAnd
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testAnd is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerAnd() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2150
>
> 77) Brick\Math\Tests\BigIntegerTest::testXor
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testXor is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerXor() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2227
>
> 78) Brick\Math\Tests\BigIntegerTest::testNot
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testNot is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerNot() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2297
>
> 79) Brick\Math\Tests\BigIntegerTest::testShiftedLeft
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testShiftedLeft is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerShiftedLeft() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2334
>
> 80) Brick\Math\Tests\BigIntegerTest::testShiftedRight
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testShiftedRight is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerShiftedLeft() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2346
>
> 81) Brick\Math\Tests\BigIntegerTest::testGetBitLength
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testGetBitLength is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerGetBitLength() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2502
>
> 82) Brick\Math\Tests\BigIntegerTest::testGetLowestSetBit
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testGetLowestSetBit is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerGetLowestSetBit() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2579
>
> 83) Brick\Math\Tests\BigIntegerTest::testIsEven
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsEven is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerIsOdd() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2625
>
> 84) Brick\Math\Tests\BigIntegerTest::testIsOdd
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsOdd is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerIsOdd() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2636
>
> 85) Brick\Math\Tests\BigIntegerTest::testTestBit
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testTestBit is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerTestBit() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2669
>
> 86) Brick\Math\Tests\BigIntegerTest::testModInverse
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testModInverse is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerModInverse() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2738
>
> 87) Brick\Math\Tests\BigIntegerTest::testModInverseThrows
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testModInverseThrows is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerModInverseThrows() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2769
>
> 88) Brick\Math\Tests\BigIntegerTest::testCompareTo
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testCompareTo is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2799
>
> 89) Brick\Math\Tests\BigIntegerTest::testIsEqualTo
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsEqualTo is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2811
>
> 90) Brick\Math\Tests\BigIntegerTest::testIsLessThan
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsLessThan is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2823
>
> 91) Brick\Math\Tests\BigIntegerTest::testIsLessThanOrEqualTo
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsLessThanOrEqualTo is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2835
>
> 92) Brick\Math\Tests\BigIntegerTest::testIsGreaterThan
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsGreaterThan is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2847
>
> 93) Brick\Math\Tests\BigIntegerTest::testIsGreaterThanOrEqualTo
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsGreaterThanOrEqualTo is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2859
>
> 94) Brick\Math\Tests\BigIntegerTest::testGetSign
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testGetSign is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2913
>
> 95) Brick\Math\Tests\BigIntegerTest::testIsZero
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsZero is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2924
>
> 96) Brick\Math\Tests\BigIntegerTest::testIsNegative
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsNegative is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2935
>
> 97) Brick\Math\Tests\BigIntegerTest::testIsNegativeOrZero
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsNegativeOrZero is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2946
>
> 98) Brick\Math\Tests\BigIntegerTest::testIsPositive
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsPositive is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2957
>
> 99) Brick\Math\Tests\BigIntegerTest::testIsPositiveOrZero
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testIsPositiveOrZero is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2968
>
> 100) Brick\Math\Tests\BigIntegerTest::testToScale
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testToScale is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerToScale() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:2996
>
> 101) Brick\Math\Tests\BigIntegerTest::testToInt
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testToInt is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerToInt() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3013
>
> 102) Brick\Math\Tests\BigIntegerTest::testToFloat
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testToFloat is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerToFloat() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3049
>
> 103) Brick\Math\Tests\BigIntegerTest::testToBase
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testToBase is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerToBase() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3074
>
> 104) Brick\Math\Tests\BigIntegerTest::testToInvalidBaseThrowsException
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testToInvalidBaseThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerToInvalidBaseThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3173
>
> 105) Brick\Math\Tests\BigIntegerTest::testFromArbitraryBase
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testFromArbitraryBase is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerFromArbitraryBase() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3193
>
> 106) Brick\Math\Tests\BigIntegerTest::testToArbitraryBase
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testToArbitraryBase is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerArbitraryBase() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3214
>
> 107) Brick\Math\Tests\BigIntegerTest::testFromArbitraryBaseWithInvalidAlphabet
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testFromArbitraryBaseWithInvalidAlphabet is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerArbitraryBaseWithInvalidAlphabet() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3300
>
> 108) Brick\Math\Tests\BigIntegerTest::testFromArbitraryBaseWithInvalidNumber
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testFromArbitraryBaseWithInvalidNumber is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerFromArbitraryBaseWithInvalidNumber() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3311
>
> 109) Brick\Math\Tests\BigIntegerTest::testToArbitraryBaseWithInvalidAlphabet
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testToArbitraryBaseWithInvalidAlphabet is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerArbitraryBaseWithInvalidAlphabet() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3338
>
> 110) Brick\Math\Tests\BigIntegerTest::testFromBytes
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testFromBytes is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerFromBytes() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3369
>
> 111) Brick\Math\Tests\BigIntegerTest::testToBytes
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testToBytes is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerToBytes() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3395
>
> 112) Brick\Math\Tests\BigIntegerTest::testRandomBits
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testRandomBits is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerRandomBits() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3599
>
> 113) Brick\Math\Tests\BigIntegerTest::testRandomRange
> The data provider specified for Brick\Math\Tests\BigIntegerTest::testRandomRange is invalid
> Data Provider method Brick\Math\Tests\BigIntegerTest::providerRandomRange() is not static
>
> /<<PKGBUILDDIR>>/tests/BigIntegerTest.php:3668
>
> 114) Brick\Math\Tests\BigNumberTest::testSum
> The data provider specified for Brick\Math\Tests\BigNumberTest::testSum is invalid
> Data Provider method Brick\Math\Tests\BigNumberTest::providerSum() is not static
>
> /<<PKGBUILDDIR>>/tests/BigNumberTest.php:27
>
> 115) Brick\Math\Tests\BigRationalTest::testNd
> The data provider specified for Brick\Math\Tests\BigRationalTest::testNd is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerNd() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:28
>
> 116) Brick\Math\Tests\BigRationalTest::testOf
> The data provider specified for Brick\Math\Tests\BigRationalTest::testOf is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerOf() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:58
>
> 117) Brick\Math\Tests\BigRationalTest::testOfInvalidString
> The data provider specified for Brick\Math\Tests\BigRationalTest::testOfInvalidString is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerOfInvalidString() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:90
>
> 118) Brick\Math\Tests\BigRationalTest::testMin
> The data provider specified for Brick\Math\Tests\BigRationalTest::testMin is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerMin() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:143
>
> 119) Brick\Math\Tests\BigRationalTest::testMax
> The data provider specified for Brick\Math\Tests\BigRationalTest::testMax is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerMax() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:170
>
> 120) Brick\Math\Tests\BigRationalTest::testSum
> The data provider specified for Brick\Math\Tests\BigRationalTest::testSum is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerSum() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:200
>
> 121) Brick\Math\Tests\BigRationalTest::testQuotientAndRemainder
> The data provider specified for Brick\Math\Tests\BigRationalTest::testQuotientAndRemainder is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerQuotientAndRemainder() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:231
>
> 122) Brick\Math\Tests\BigRationalTest::testPlus
> The data provider specified for Brick\Math\Tests\BigRationalTest::testPlus is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerPlus() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:261
>
> 123) Brick\Math\Tests\BigRationalTest::testMinus
> The data provider specified for Brick\Math\Tests\BigRationalTest::testMinus is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerMinus() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:286
>
> 124) Brick\Math\Tests\BigRationalTest::testMultipliedBy
> The data provider specified for Brick\Math\Tests\BigRationalTest::testMultipliedBy is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerMultipliedBy() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:309
>
> 125) Brick\Math\Tests\BigRationalTest::testDividedBy
> The data provider specified for Brick\Math\Tests\BigRationalTest::testDividedBy is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerDividedBy() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:334
>
> 126) Brick\Math\Tests\BigRationalTest::testPower
> The data provider specified for Brick\Math\Tests\BigRationalTest::testPower is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerPower() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:359
>
> 127) Brick\Math\Tests\BigRationalTest::testReciprocal
> The data provider specified for Brick\Math\Tests\BigRationalTest::testReciprocal is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerReciprocal() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:419
>
> 128) Brick\Math\Tests\BigRationalTest::testAbs
> The data provider specified for Brick\Math\Tests\BigRationalTest::testAbs is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerAbs() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:448
>
> 129) Brick\Math\Tests\BigRationalTest::testNegated
> The data provider specified for Brick\Math\Tests\BigRationalTest::testNegated is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerNegated() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:471
>
> 130) Brick\Math\Tests\BigRationalTest::testSimplified
> The data provider specified for Brick\Math\Tests\BigRationalTest::testSimplified is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerSimplified() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:495
>
> 131) Brick\Math\Tests\BigRationalTest::testCompareTo
> The data provider specified for Brick\Math\Tests\BigRationalTest::testCompareTo is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:526
>
> 132) Brick\Math\Tests\BigRationalTest::testIsEqualTo
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsEqualTo is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:538
>
> 133) Brick\Math\Tests\BigRationalTest::testIsLessThan
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsLessThan is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:550
>
> 134) Brick\Math\Tests\BigRationalTest::testIsLessThanOrEqualTo
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsLessThanOrEqualTo is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:562
>
> 135) Brick\Math\Tests\BigRationalTest::testIsGreaterThan
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsGreaterThan is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:574
>
> 136) Brick\Math\Tests\BigRationalTest::testIsGreaterThanOrEqualTo
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsGreaterThanOrEqualTo is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerCompareTo() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:586
>
> 137) Brick\Math\Tests\BigRationalTest::testGetSign
> The data provider specified for Brick\Math\Tests\BigRationalTest::testGetSign is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:628
>
> 138) Brick\Math\Tests\BigRationalTest::testIsZero
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsZero is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:639
>
> 139) Brick\Math\Tests\BigRationalTest::testIsNegative
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsNegative is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:650
>
> 140) Brick\Math\Tests\BigRationalTest::testIsNegativeOrZero
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsNegativeOrZero is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:661
>
> 141) Brick\Math\Tests\BigRationalTest::testIsPositive
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsPositive is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:672
>
> 142) Brick\Math\Tests\BigRationalTest::testIsPositiveOrZero
> The data provider specified for Brick\Math\Tests\BigRationalTest::testIsPositiveOrZero is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerSign() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:683
>
> 143) Brick\Math\Tests\BigRationalTest::testToBigDecimal
> The data provider specified for Brick\Math\Tests\BigRationalTest::testToBigDecimal is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerToBigDecimal() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:708
>
> 144) Brick\Math\Tests\BigRationalTest::testToScale
> The data provider specified for Brick\Math\Tests\BigRationalTest::testToScale is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerToScale() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:819
>
> 145) Brick\Math\Tests\BigRationalTest::testToInt
> The data provider specified for Brick\Math\Tests\BigRationalTest::testToInt is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerToInt() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:853
>
> 146) Brick\Math\Tests\BigRationalTest::testToIntThrowsException
> The data provider specified for Brick\Math\Tests\BigRationalTest::testToIntThrowsException is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerToIntThrowsException() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:879
>
> 147) Brick\Math\Tests\BigRationalTest::testToFloat
> The data provider specified for Brick\Math\Tests\BigRationalTest::testToFloat is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerToFloat() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:933
>
> 148) Brick\Math\Tests\BigRationalTest::testToString
> The data provider specified for Brick\Math\Tests\BigRationalTest::testToString is invalid
> Data Provider method Brick\Math\Tests\BigRationalTest::providerToString() is not static
>
> /<<PKGBUILDDIR>>/tests/BigRationalTest.php:958
>
> 149) Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest::testAdd
> The data provider specified for Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest::testAdd is invalid
> Data Provider method Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest::providerAdd() is not static
>
> /<<PKGBUILDDIR>>/tests/Internal/Calculator/NativeCalculatorTest.php:18
>
> 150) Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest::testMul
> The data provider specified for Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest::testMul is invalid
> Data Provider method Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest::providerMul() is not static
>
> /<<PKGBUILDDIR>>/tests/Internal/Calculator/NativeCalculatorTest.php:40
>
> 151) Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest::testPow
> The data provider specified for Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest::testPow is invalid
> Data Provider method Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest::providerPow() is not static
>
> /<<PKGBUILDDIR>>/tests/Internal/Calculator/NativeCalculatorTest.php:67
>
> --
>
> There were 2 PHPUnit test runner warnings:
>
> 1) No tests found in class "Brick\Math\Tests\BigNumberTest".
>
> 2) No tests found in class "Brick\Math\Tests\Internal\Calculator\NativeCalculatorTest".
>
> --
>
> There were 152 PHPUnit test runner deprecations:
...
>
> ERRORS!
> Tests: 68, Assertions: 90, Errors: 151, Warnings: 2, Deprecations: 152.
> make[1]: *** [debian/rules:22: override_dh_auto_test] Error 2
The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit11/0/php-brick-math/php-brick-math_0.11.0-1+rebuild1714365333_amd64-2024-04-29T04:35:34Z.build
More information about the pkg-php-pear
mailing list