Your message dated Tue, 02 Jul 2024 21:49:52 +0000
with message-id <[email protected]>
and subject line Bug#1070519: fixed in php-brick-math 0.12.1-1
has caused the Debian Bug report #1070519,
regarding php-brick-math: FTBFS with phpunit 11: There were 151 PHPUnit errors
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1070519: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070519
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-brick-math
Version: 0.11.0-1
Severity: normal
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
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
--- End Message ---
--- Begin Message ---
Source: php-brick-math
Source-Version: 0.12.1-1
Done: Robin Gustafsson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
php-brick-math, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Robin Gustafsson <[email protected]> (supplier of updated php-brick-math package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 02 Jul 2024 23:15:02 +0200
Source: php-brick-math
Architecture: source
Version: 0.12.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <[email protected]>
Changed-By: Robin Gustafsson <[email protected]>
Closes: 1070519 1074186
Changes:
php-brick-math (0.12.1-1) unstable; urgency=medium
.
* New upstream version 0.12.1
* Fix compatibility with PHPUnit 11 (Closes: #1070519)
* Fix compatibility with pkg-php-tools 1.45 (Closes: #1074186)
* Update Standards-Version
* Mark package as Multi-Arch: foreign
Checksums-Sha1:
1854a028972f6029f245775c3025df7fc5b69b51 2150 php-brick-math_0.12.1-1.dsc
fda9e8791298ee499770facbcdf7a9a4e067404f 82536
php-brick-math_0.12.1.orig.tar.xz
50157be88457b7f9c97098e9443b7f91d9c265fd 2800
php-brick-math_0.12.1-1.debian.tar.xz
49c78cf7b566c98b61dac3986ebf267e7138274a 8095
php-brick-math_0.12.1-1_amd64.buildinfo
Checksums-Sha256:
dfae01eb18a778eaf5a20f78a5d78d5ce6f9bb77bbe25f1fdbb020451f3c01ec 2150
php-brick-math_0.12.1-1.dsc
41ee2a0711925628d4096654bacdfa0e43d6130785d3b1fb03e0b7275a9e817d 82536
php-brick-math_0.12.1.orig.tar.xz
34cc10ef70addad23d9894be8f9e778d33b366eb540ad61890ed3dc87aca21ab 2800
php-brick-math_0.12.1-1.debian.tar.xz
25ed4a1b2db14f9bb4b2445964602d95c8546f1e6618a405498622479f7a828c 8095
php-brick-math_0.12.1-1_amd64.buildinfo
Files:
21a1a9cd4d4fddb31cdeb43fc4bec8b3 2150 php optional php-brick-math_0.12.1-1.dsc
320d5480dc70fdac44adef75f1a527e3 82536 php optional
php-brick-math_0.12.1.orig.tar.xz
64a82dc23b7978519bc6d92eea4ff9c3 2800 php optional
php-brick-math_0.12.1-1.debian.tar.xz
e780d115e5c7642ee52a81ea9e85f498 8095 php optional
php-brick-math_0.12.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEESLC/dKNbQnm0zJBRnS1ied5zQWEFAmaEb5cACgkQnS1ied5z
QWEnSw//eASuwCWhv4zHUBj1NZt+10dLmtOb0UJRizXG7F8CBp+tJEK9Afh0gf0r
nxsPDn+VUQEBsfqn4eOth8JtgDGr/BfqtYyJbTLr0bwP9/rb07f8PTKpRH3cGOuf
bFHCrJ4CC/5PqmozPnWXD9FUYyiRVNtAWo8hQC+9zTcN5ndwGqzAlRYKmgoPOMpZ
Wh6fKunhVHykZJXzmOaewJgzwChk7rzpfcSXw/4TTTPwWO4Q8g5BiLyhRbzBhU6F
GBiT7Vz/TNA0frOoBZyFxzxHi/gBjPf0ymbwc9C6VfRD/kYbolF3gU5GK9uzIBe9
bAjJVSUJbazPmsT4VrOom4F7hp+z7k4MjNlBlRwAgOnWTdHIlY+oev1+qoYcB/iZ
ZAQkAYlAWkhkrLpA1OUeoSaJmACLIkSnpYETEiT90j9u9JgAr1vY2xNTpr6Kuakv
aOvGWIVpzcKxiDhUkkKz/M/UGHmPzE14qSj0ev7vAJvwiRmEgzYVZG52Y0wDas9x
q8zRxPCrvSLF7jnrOBejln161wAoMCETZqQqc29dAUzXUC8AVI9eI1QMnvgUU6kq
D+2XOUFOCxZtlehk08GxKsR/n9qxBRZyLbU0KLil7otLscWifHWMLY25tGUy21WE
JxcurwF5MZZEDICWpek1iClnnG1Fni4nxNB6CPTr8DvNtuLb/X0=
=QWJV
-----END PGP SIGNATURE-----
pgp1YQIdm1ytt.pgp
Description: PGP signature
--- End Message ---