Closed fntlnz closed 6 years ago
just fyi I just ran the penny testsuite using different PHP RC versions including 7.0.0RC6 Here the results:
➜ penny git:(master) ✗ docker run --rm -it -v $PWD:/project -w /project fntlnz/php:7.0.0RC6 ./vendor/bin/phpunit PHPUnit 4.8.14 by Sebastian Bergmann and contributors. ....................... Time: 176 ms, Memory: 6.00Mb OK (23 tests, 33 assertions)
➜ penny git:(master) ✗ docker run --rm -it -v $PWD:/project -w /project fntlnz/php:7.0.0RC5 ./vendor/bin/phpunit PHPUnit 4.8.14 by Sebastian Bergmann and contributors. ....................... Time: 216 ms, Memory: 6.00Mb OK (23 tests, 33 assertions)
➜ penny git:(master) ✗ docker run --rm -it -v $PWD:/project -w /project fntlnz/php:7.0.0RC4 ./vendor/bin/phpunit PHPUnit 4.8.14 by Sebastian Bergmann and contributors. ....................... Time: 235 ms, Memory: 6.00Mb OK (23 tests, 33 assertions)
This is a tribute for PHP7! :)
Yeah :D
just fyi I just ran the penny testsuite using different PHP RC versions including 7.0.0RC6 Here the results: