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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-08 05:34:48 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-12-08 05:35:38 +0300
commit92f8cd10195bad2010bec78fe12505dab33b2059 (patch)
treeb561f9e63feec62df9aece6f22f52dc4f1b1404f /tests
parent0761efdf169d00fc22dc8fd79e55c2914115a8ff (diff)
Moved unit test to integration test (was hitting the DB, which may not exist in unit tests)
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/DependencyTest.php (renamed from tests/PHPUnit/Unit/DependencyTest.php)5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/PHPUnit/Unit/DependencyTest.php b/tests/PHPUnit/Integration/DependencyTest.php
index 37912aee39..0f0de5562c 100644
--- a/tests/PHPUnit/Unit/DependencyTest.php
+++ b/tests/PHPUnit/Integration/DependencyTest.php
@@ -6,16 +6,17 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Tests\Unit;
+namespace Piwik\Tests\Integration;
use Piwik\Plugin\Dependency;
use Piwik\Plugin\Manager as PluginManager;
+use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
use Piwik\Version;
/**
* @group Core
*/
-class DependencyTest extends \PHPUnit_Framework_TestCase
+class DependencyTest extends IntegrationTestCase
{
/**
* @var Dependency