Good day,
I'm trying to run my laravel 5.4.12 tests using phpunit 5.7.13. When I intentionally make a syntax error, phpunit will not continue as expected. However, once the syntax error is corrected, phpunit will execute, and just say "it works" on the command line. When I add an intentionally failing test, it will not show that error.
On my composer.json, I put the required-dev of phpunit to 5.7.
I am running php 5.6.15 on a windows machine.
Are there any incompatibilities between the phpunit and laravel? I tried running phpunit on a project with an older version of laravel and it managed to run all tests.