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:
authormattab <matthieu.aubry@gmail.com>2014-01-20 05:22:25 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-20 05:22:25 +0400
commit1cdec43f77c01476d1036de57d0fb57ed4c853b5 (patch)
treef10cb6f283bcb0e6bf805d193a6303231d052d77 /tests
parentdc9965d06643658a716f6dcf8e1dc6a5c8befaea (diff)
Trying to fix unit test by making it a DB test case (so Config is set to use the tests config and Mysqli would be detected)
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Core/TravisEnvironmentTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Core/TravisEnvironmentTest.php b/tests/PHPUnit/Core/TravisEnvironmentTest.php
index 6054ae1ff9..bf597ecb27 100644
--- a/tests/PHPUnit/Core/TravisEnvironmentTest.php
+++ b/tests/PHPUnit/Core/TravisEnvironmentTest.php
@@ -7,7 +7,7 @@ use Piwik\Translate;
*
* @group Core
*/
-class TravisEnvironmentTest extends PHPUnit_Framework_TestCase
+class TravisEnvironmentTest extends DatabaseTestCase
{
public function testUsageOfCorrectMysqlAdapter()
{