[pkg-php-pear] Bug#1082487: phpunit: FTBFS with php8.4_8.4.0~beta4-1: make[1]: *** [debian/rules:43: override_dh_auto_test] Error 1
Athos Ribeiro
athoscribeiro at gmail.com
Sat Sep 21 03:20:46 BST 2024
Source: phpunit
Version: 9.6.20-1
Severity: normal
Justification: FTBFS
Tags: trixie sid ftbfs
User: pkg-php-pear at lists.alioth.debian.org
Usertags: php8.4
Hi,
During a test rebuild, phpunit was found to fail to build with
php8.4 8.4.0~beta4-1 available in experimental.
There are intentions to transition to php8.4 for trixie, please see #1074180.
To reproduce this locally, you need to install php8.4 and php-defaults from
experimental on an unstable system or build chroot.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> ./mimic/bin/phpunit
> PHPUnit 9.6.20 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.0beta4
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml
>
> ............................................................. 61 / 2960 ( 2%)
> ............................................................. 122 / 2960 ( 4%)
> ............................................................. 183 / 2960 ( 6%)
> ............................................................. 244 / 2960 ( 8%)
> ............................................................. 305 / 2960 ( 10%)
> ............................................................. 366 / 2960 ( 12%)
> ............................................................. 427 / 2960 ( 14%)
> ............................................................. 488 / 2960 ( 16%)
> ............................................................. 549 / 2960 ( 18%)
> ........................F.F...FF............................. 610 / 2960 ( 20%)
> ............................................................. 671 / 2960 ( 22%)
> ............................................................. 732 / 2960 ( 24%)
> ........................S.................................... 793 / 2960 ( 26%)
> ............................................................. 854 / 2960 ( 28%)
> ............................................................. 915 / 2960 ( 30%)
> ............................................................. 976 / 2960 ( 32%)
> ............................................................. 1037 / 2960 ( 35%)
> ............................................................. 1098 / 2960 ( 37%)
> ............................................................. 1159 / 2960 ( 39%)
> ............................................................. 1220 / 2960 ( 41%)
> ............................................................. 1281 / 2960 ( 43%)
> ............................................................. 1342 / 2960 ( 45%)
> ............................................................. 1403 / 2960 ( 47%)
> ............................................................. 1464 / 2960 ( 49%)
> ............................................................. 1525 / 2960 ( 51%)
> ............................................................. 1586 / 2960 ( 53%)
> ............................................................. 1647 / 2960 ( 55%)
> ............................................................. 1708 / 2960 ( 57%)
> ................................................S............ 1769 / 2960 ( 59%)
> ............................................................. 1830 / 2960 ( 61%)
> ............................................................. 1891 / 2960 ( 63%)
> ............................................................. 1952 / 2960 ( 65%)
> ............................................................. 2013 / 2960 ( 68%)
> ............................................................. 2074 / 2960 ( 70%)
> ............................................................. 2135 / 2960 ( 72%)
> ............................................................. 2196 / 2960 ( 74%)
> ............................................................. 2257 / 2960 ( 76%)
> ............................................................. 2318 / 2960 ( 78%)
> ............................................................. 2379 / 2960 ( 80%)
> ............................................................. 2440 / 2960 ( 82%)
> ............................................................. 2501 / 2960 ( 84%)
> ............................................................. 2562 / 2960 ( 86%)
> ..............S.............................................. 2623 / 2960 ( 88%)
> ...........................S.I............................... 2684 / 2960 ( 90%)
> ...........................S.S..S.S.S.S.S.S.S.S.S.S.S.S.S.S.S 2745 / 2960 ( 92%)
> .S.S.S.S.S.S.S.S.S.S.S.S.S.S.S.S.S.S.S.S.........S.S...S.S... 2806 / 2960 ( 94%)
> ..S.S.S.S..S...S.S........................................... 2867 / 2960 ( 96%)
> .........S................................................... 2928 / 2960 ( 98%)
> .........S...................... 2960 / 2960 (100%)
>
> Time: 00:15.550, Memory: 32.00 MB
>
> There were 4 failures:
>
> 1) PHPUnit\Framework\AssertTest::testAssertDirectoryIsNotReadable
> Failed asserting that "/tmp/unreadable_dir_66eb12d89ea6d1.27730115" is not readable.
>
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:122
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:56
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:2438
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:767
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:886
> /<<PKGBUILDDIR>>/tests/unit/Framework/AssertTest.php:565
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1617
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1223
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestResult.php:729
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:973
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 2) PHPUnit\Framework\AssertTest::testAssertDirectoryIsNotWritable
> Failed asserting that "/tmp/not_writable_dir_66eb12d89ebb19.53004613" is not writable.
>
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:122
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:56
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:2438
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:806
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:928
> /<<PKGBUILDDIR>>/tests/unit/Framework/AssertTest.php:595
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1617
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1223
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestResult.php:729
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:973
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 3) PHPUnit\Framework\AssertTest::testAssertFileIsNotReadable
> Failed asserting that "/tmp/unreadablebtor464peidh3R1ab9X" is not readable.
>
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:122
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:56
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:2438
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:767
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:1009
> /<<PKGBUILDDIR>>/tests/unit/Framework/AssertTest.php:647
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1617
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1223
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestResult.php:729
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:973
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 4) PHPUnit\Framework\AssertTest::testAssertFileIsNotWritable
> Failed asserting that "/tmp/not_writablei717c01jmut79gxiDP7" is not writable.
>
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:122
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:56
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:2438
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:806
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:1051
> /<<PKGBUILDDIR>>/tests/unit/Framework/AssertTest.php:665
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1617
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1223
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestResult.php:729
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:973
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> --
>
> There was 1 incomplete test:
>
> 1) /<<PKGBUILDDIR>>/tests/end-to-end/generic/class-name-does-not-match-filename-invocation-without-path.phpt
> https://github.com/sebastianbergmann/phpunit/issues/5074
>
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:210
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> Caused by
> Failed asserting that string matches format description.
> --- Expected
> +++ Actual
> @@ @@
> PHPUnit 9.6.20 by Sebastian Bergmann and contributors.
>
> -Warning: Test case class not matching filename is deprecated
> - in %sWrongClassNameTest.php
> - Class name was 'WrongClassNameBar', expected 'WrongClassNameTest'
> -
> . 1 / 1 (100%)
>
> -Time: %s, Memory: %s
> +Time: 00:00.002, Memory: 6.00 MB
>
> OK (1 test, 1 assertion)
>
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:122
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Constraint/Constraint.php:56
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:2438
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/Assert.php:2045
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:380
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:205
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> --
>
> There were 54 skipped tests:
>
> 1) PHPUnit\Framework\Constraint\CountTest::testCountTraversable
> PHP < 8.0 is required.
>
> /<<PKGBUILDDIR>>/tests/unit/Framework/Constraint/CountTest.php:150
> /<<PKGBUILDDIR>>/tests/unit/Framework/Constraint/CountTest.php:150
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:2137
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1204
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestResult.php:729
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:973
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 2) PHPUnit\Framework\MockObject\MockObjectTest::testStubForClassThatImplementsSerializableCanBeCreatedWithoutInvokingTheConstructor
> PHP < 8.1 is required.
>
> /<<PKGBUILDDIR>>/tests/unit/Framework/MockObject/MockObjectTest.php:1037
> /<<PKGBUILDDIR>>/tests/unit/Framework/MockObject/MockObjectTest.php:1037
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:2137
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:1204
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestResult.php:729
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestCase.php:973
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 3) /<<PKGBUILDDIR>>/tests/end-to-end/cli/dump-xdebug-filter.phpt
> Extension xdebug is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/cli/dump-xdebug-filter.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 4) /<<PKGBUILDDIR>>/tests/end-to-end/generic/assertion.phpt
> zend.assertions=1 is required
>
> /<<PKGBUILDDIR>>/tests/end-to-end/generic/assertion.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 5) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/232-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/232-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 6) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/3154_namespaced_constant_resolving-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/3154_namespaced_constant_resolving-php7.phpt:7
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 7) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/3967-php7-php80.phpt
> PHP < 8.1 required
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/3967-php7-php80.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 8) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/397-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/397-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 9) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/4139-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/4139-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 10) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/abstract_class-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/abstract_class-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 11) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 12) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_call_parent_clone-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_call_parent_clone-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 13) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_call_parent_constructor-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_call_parent_constructor-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 14) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_dont_call_parent_clone-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_dont_call_parent_clone-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 15) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_dont_call_parent_constructor-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_dont_call_parent_constructor-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 16) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_implementing_interface_call_parent_constructor-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_implementing_interface_call_parent_constructor-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 17) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_implementing_interface_dont_call_parent_constructor-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_implementing_interface_dont_call_parent_constructor-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 18) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_nonexistent_method-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_nonexistent_method-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 19) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_partial-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_partial-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 20) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_deprecated_method-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_deprecated_method-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 21) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_final_method-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_final_method-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 22) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_method_named_method-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_method_named_method-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 23) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_method_with_nullable_typehinted_variadic_arguments-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_method_with_nullable_typehinted_variadic_arguments-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 24) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_method_with_typehinted_variadic_arguments-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_method_with_typehinted_variadic_arguments-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 25) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_method_with_variadic_arguments-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/class_with_method_with_variadic_arguments-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 26) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/constant_as_parameter_default_value-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/constant_as_parameter_default_value-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 27) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/interface-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/interface-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 28) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/invocation_object_clone_object-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/invocation_object_clone_object-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 29) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 30) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_call_parent_clone-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_call_parent_clone-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 31) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_call_parent_constructor-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_call_parent_constructor-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 32) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_dont_call_parent_clone-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_dont_call_parent_clone-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 33) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_dont_call_parent_constructor-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_dont_call_parent_constructor-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 34) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_implementing_interface_call_parent_constructor-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_implementing_interface_call_parent_constructor-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 35) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_implementing_interface_dont_call_parent_constructor-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_implementing_interface_dont_call_parent_constructor-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 36) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_partial-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_class_partial-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 37) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_interface-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/namespaced_interface-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 38) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/nonexistent_class-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/nonexistent_class-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 39) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/nonexistent_class_with_namespace-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/nonexistent_class_with_namespace-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 40) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/nonexistent_class_with_namespace_starting_with_separator-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/nonexistent_class_with_namespace_starting_with_separator-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 41) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/nullable_types-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/nullable_types-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 42) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/proxy-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/proxy-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 43) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_closure-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_closure-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 44) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_final-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_final-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 45) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_generator-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_generator-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 46) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_nullable-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_nullable-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 47) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_object_method-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_object_method-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 48) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_parent-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_parent-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 49) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_self-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_self-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 50) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_static_method-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_static_method-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 51) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_void-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/return_type_declarations_void-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 52) /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/scalar_type_declarations-php7.phpt
> PHP 7 is required.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/mock-objects/generator/scalar_type_declarations-php7.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 53) /<<PKGBUILDDIR>>/tests/end-to-end/regression/1348.phpt
> PHP < 8.3 required
>
> /<<PKGBUILDDIR>>/tests/end-to-end/regression/1348.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> 54) /<<PKGBUILDDIR>>/tests/end-to-end/testdox/diff-colorized-windows.phpt
> Colorized diff is different on *nix systems.
>
> /<<PKGBUILDDIR>>/tests/end-to-end/testdox/diff-colorized-windows.phpt:6
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Runner/PhptTestCase.php:158
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/Framework/TestSuite.php:685
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/TestRunner.php:651
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:146
> /<<PKGBUILDDIR>>/mimic/share/php/PHPUnit/TextUI/Command.php:99
>
> FAILURES!
> Tests: 2960, Assertions: 4932, Failures: 4, Skipped: 54, Incomplete: 1.
> make[1]: *** [debian/rules:43: override_dh_auto_test] Error 1
The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/php8.4-beta/2/phpunit/phpunit_9.6.20-1+rebuild1726681782_amd64-2024-09-18T17:49:43Z.build
More information about the pkg-php-pear
mailing list