mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
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…
x
Reference in New Issue
Block a user