I have written an abstract test case class that is to be extended by concrete test case classes.
It extends from the PHPUnit_TestCase.
Is th
If it is named FooTest rename it to FooTestCase.
FooTest
FooTestCase