I'm having some problems with phpunit. When I execute a test, phpunit give me these warnings:
1) Warning No tests found in class "Illuminate\Foundation\Testing\TestCase".
2) Warning No tests found in class "TestCase".
But I'd like to ignore these files, so that phpunit won't try to run tests from them.
How to do that?