I have been working away on dusk broswer tests, and went back to some of my phpUnit unit tests, and ran:
cd {laravelHomeFolder}
{laravelHomeFolder}> vendor\bin\phpunit.bat
and to my suprise, nothing happened!
I found that the phpunit.bat file was truncated - 0 bytes long.
What should the content of this file be??
Laravel 5.4.36