pennyphp / discussion

Only issue about the future
0 stars 0 forks source link

PHPUnit test results against various PHP RC versions #4

Closed fntlnz closed 6 years ago

fntlnz commented 9 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)
gianarb commented 9 years ago

This is a tribute for PHP7! :)

fntlnz commented 9 years ago

Yeah :D