You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ composer install
$ vendor/bin/simple-phpunit
# Here is the docker version if you prefer
$ docker run --rm -v $(pwd):/app -w /app composer:latest composer install
$ docker run --rm -v $(pwd):/app -w /app php:7.4 vendor/bin/simple-phpunit
And here is the output. Not bad for a code with no modification!
WARNINGS!
Tests: 176, Assertions: 259, Warnings: 14, Skipped: 33.
$ echo$?
0 # no test suite modification no error with PHP 7.4 ✨
I hope it helps. ✌️
The text was updated successfully, but these errors were encountered:
Would be nice isn't it? But I know, I know. It's complicated, because of PHPUnit 8.
But here is something interesting. I tried the following:
And then that:
And here is the output. Not bad for a code with no modification!
I hope it helps. ✌️
The text was updated successfully, but these errors were encountered: