From 47925d0fa095aa3d277d3de808e960a34b9546e1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 28 Jul 2015 13:58:23 +0200 Subject: [PATCH] lib: Make BaseTestCase abstract Else phpunit tries to run the "test" though it shouldn't :) --- library/Icinga/Test/BaseTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Test/BaseTestCase.php b/library/Icinga/Test/BaseTestCase.php index 9fdc72a57..43f2e6224 100644 --- a/library/Icinga/Test/BaseTestCase.php +++ b/library/Icinga/Test/BaseTestCase.php @@ -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/