From baa840bf4a5d16bb6097625671c6e55d30becbac Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@googlemail.com>
Date: Thu, 3 Apr 2014 05:01:57 +0200
Subject: [PATCH] here we actually have a database test case

---
 tests/PHPUnit/{ => Integration}/Core/SegmentTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename tests/PHPUnit/{ => Integration}/Core/SegmentTest.php (99%)

diff --git a/tests/PHPUnit/Core/SegmentTest.php b/tests/PHPUnit/Integration/Core/SegmentTest.php
similarity index 99%
rename from tests/PHPUnit/Core/SegmentTest.php
rename to tests/PHPUnit/Integration/Core/SegmentTest.php
index 1b272cc7a7..f0a313326a 100644
--- a/tests/PHPUnit/Core/SegmentTest.php
+++ b/tests/PHPUnit/Integration/Core/SegmentTest.php
@@ -9,7 +9,7 @@ use Piwik\Segment;
  * @link http://piwik.org
  * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
  */
-class SegmentTest extends PHPUnit_Framework_TestCase
+class SegmentTest extends DatabaseTestCase
 {
     public function setUp()
     {
-- 
GitLab