To exclude the file name TestCase.php
.
add this to your phpunit.xml
./tests
./tests/TestCase.php
Here is an additional excerpt from a real-live test-suite I can confirm it working with:
...
./tests
tests/N98/Magento/Command/Installer/UninstallCommandTest.php
...