From 187edbd066d48f2e554706a8e7be8d83e6492d0f Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Mon, 13 Oct 2014 09:34:01 +1300 Subject: [PATCH] Fixed an abstract class that wasn't so abstract --- tests/PHPUnit/Impl/IntegrationTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/Impl/IntegrationTestCase.php b/tests/PHPUnit/Impl/IntegrationTestCase.php index 7036993eb0..da805e2e07 100644 --- a/tests/PHPUnit/Impl/IntegrationTestCase.php +++ b/tests/PHPUnit/Impl/IntegrationTestCase.php @@ -19,7 +19,7 @@ use Piwik\Db; * then test it. * */ -class IntegrationTestCase extends SystemTestCase +abstract class IntegrationTestCase extends SystemTestCase { /** * @var Fixture -- GitLab