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@gmail.com>2015-08-10 19:22:33 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-08-10 19:22:33 +0300
commitaddc1090511b59295b14c87f2855d7527aa18f4a (patch)
tree88469976c4faae1bed711a782c2a94aca187fe77 /plugins/Installation
parente7fe12a828cae9bc48651427999f0d228c7a91e2 (diff)
fix test
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/tests/System/APITest.php9
1 files changed, 2 insertions, 7 deletions
diff --git a/plugins/Installation/tests/System/APITest.php b/plugins/Installation/tests/System/APITest.php
index 291c19daf8..ddae9cdfc7 100644
--- a/plugins/Installation/tests/System/APITest.php
+++ b/plugins/Installation/tests/System/APITest.php
@@ -8,13 +8,10 @@
namespace Piwik\Plugins\Installation\tests\System;
-use Piwik\Application\Kernel\GlobalSettingsProvider;
use Piwik\Config;
-use Piwik\Plugins\Installation\tests\Fixtures\SimpleFixtureTrackFewVisits;
use Piwik\Tests\Framework\Constraint\HttpResponseText;
use Piwik\Tests\Framework\Fixture;
use Piwik\Tests\Framework\TestCase\SystemTestCase;
-use Piwik\Tests\Framework\TestingEnvironmentVariables;
/**
* @group Installation
@@ -24,7 +21,7 @@ use Piwik\Tests\Framework\TestingEnvironmentVariables;
class APITest extends SystemTestCase
{
/**
- * @var SimpleFixtureTrackFewVisits
+ * @var Fixture
*/
public static $fixture = null; // initialized below class definition
@@ -80,6 +77,4 @@ class APITest extends SystemTestCase
return dirname(__FILE__);
}
-}
-
-APITest::$fixture = new SimpleFixtureTrackFewVisits(); \ No newline at end of file
+} \ No newline at end of file