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
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-05 10:40:06 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-05 10:40:06 +0400
commit5a61c09733bb7912711b804ce91652d111e00169 (patch)
tree74387a08cc53fd64e167dfa90b3541b0fc3a3161 /plugins/Live
parentf34a13eacb6c2aabeb1ed16432a053fe44e982ec (diff)
refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of integration => system
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/tests/APITest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Live/tests/APITest.php b/plugins/Live/tests/APITest.php
index 48eef783b0..5bdf6f2f22 100644
--- a/plugins/Live/tests/APITest.php
+++ b/plugins/Live/tests/APITest.php
@@ -20,7 +20,6 @@ use Piwik\Tests\SystemTestCase;
/**
* @group Live
* @group APITest
- * @group Integration
* @group Plugins
*/
class APITest extends SystemTestCase