Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-04-03 07:01:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-04-03 07:01:57 +0400
commitbaa840bf4a5d16bb6097625671c6e55d30becbac (patch)
treed89b809390c59eb9e1e24aec009a3271f9ccedbb /tests
parentf693e297e32ec969bd8382d33b7a95f474ddbe80 (diff)
here we actually have a database test case
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/Core/SegmentTest.php (renamed from tests/PHPUnit/Core/SegmentTest.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Core/SegmentTest.php b/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()
{