I have a problem running phpunit in my laravel 5.5. I already go to vendor/bin and then execute phpunit using my command prompt in windows. But cmd just give another option or flag as shown in the picture below :
I have read laravel 5.5 documentation for unittest. It's said that we just need to execute phpunit {as shown in https://laravel.com/docs/5.5/testing} Then I tried this : How to run single test method with phpunit?
phpunit --filter testBasicTest tests\Unit\ExampleTest
BUt it's said that 'cannot open the file'. Then I Tried phpunit ExampleTest, but still cannot open the file. So what's wrong here...? Thanks in advance