Skip to content
Extraits de code Groupes Projets
Valider 4f931a6a rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Fixing test namespaces and files of some system tests.

parent b60f408b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,9 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/ */
namespace Piwik\Plugins\CustomVariables\tests; namespace Piwik\Plugins\CustomVariables\tests\System;
use Piwik\Plugins\CustomVariables\tests\Fixtures\VisitWithManyCustomVariables;
use Piwik\Tests\Framework\TestCase\SystemTestCase; use Piwik\Tests\Framework\TestCase\SystemTestCase;
/** /**
...@@ -18,7 +19,7 @@ use Piwik\Tests\Framework\TestCase\SystemTestCase; ...@@ -18,7 +19,7 @@ use Piwik\Tests\Framework\TestCase\SystemTestCase;
class CustomVariablesSystemTest extends SystemTestCase class CustomVariablesSystemTest extends SystemTestCase
{ {
/** /**
* @var Fixtures\VisitWithManyCustomVariables * @var VisitWithManyCustomVariables
*/ */
public static $fixture = null; // initialized below class definition public static $fixture = null; // initialized below class definition
...@@ -57,4 +58,4 @@ class CustomVariablesSystemTest extends SystemTestCase ...@@ -57,4 +58,4 @@ class CustomVariablesSystemTest extends SystemTestCase
} }
} }
CustomVariablesSystemTest::$fixture = new Fixtures\VisitWithManyCustomVariables(); CustomVariablesSystemTest::$fixture = new VisitWithManyCustomVariables();
\ No newline at end of file \ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
* *
*/ */
namespace Piwik\Plugins\UserCountry\Test\Integration; namespace Piwik\Plugins\UserCountry\Test\System;
use Piwik\Common; use Piwik\Common;
use Piwik\Db; use Piwik\Db;
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
* @link http://piwik.org * @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/ */
namespace Piwik\Tests\System;
use Piwik\Archiver\Request; use Piwik\Archiver\Request;
use Piwik\CliMulti; use Piwik\CliMulti;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter