lib: Make BaseTestCase abstract
Else phpunit tries to run the "test" though it shouldn't :)
This commit is contained in:
parent
0d2f73668d
commit
47925d0fa0
|
@ -32,7 +32,7 @@ namespace Icinga\Test {
|
|||
/**
|
||||
* Class BaseTestCase
|
||||
*/
|
||||
class BaseTestCase extends PHPUnit_Framework_TestCase implements DbTest
|
||||
abstract class BaseTestCase extends PHPUnit_Framework_TestCase implements DbTest
|
||||
{
|
||||
/**
|
||||
* Path to application/
|
||||
|
|
Loading…
Reference in New Issue