lib: Make BaseTestCase abstract

Else phpunit tries to run the "test" though it shouldn't :)
This commit is contained in:
Eric Lippmann 2015-07-28 13:58:23 +02:00
parent 0d2f73668d
commit 47925d0fa0

View File

@ -32,7 +32,7 @@ namespace Icinga\Test {
/** /**
* Class BaseTestCase * Class BaseTestCase
*/ */
class BaseTestCase extends PHPUnit_Framework_TestCase implements DbTest abstract class BaseTestCase extends PHPUnit_Framework_TestCase implements DbTest
{ {
/** /**
* Path to application/ * Path to application/