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

Move a test class in the correct namespace

parent 8a5075bc
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -5,9 +5,8 @@ ...@@ -5,9 +5,8 @@
* @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\Plugins\CoreUpdater\tests\Integration\Commands; namespace Piwik\Plugins\CoreUpdater\Test\Integration\Commands;
use Piwik\Common;
use Piwik\Config; use Piwik\Config;
use Piwik\DataAccess\ArchiveTableCreator; use Piwik\DataAccess\ArchiveTableCreator;
use Piwik\Date; use Piwik\Date;
...@@ -23,7 +22,6 @@ require_once PIWIK_INCLUDE_PATH . '/core/Updates/2.10.0-b5.php'; ...@@ -23,7 +22,6 @@ require_once PIWIK_INCLUDE_PATH . '/core/Updates/2.10.0-b5.php';
/** /**
* @group CoreUpdater * @group CoreUpdater
* @group CoreUpdater_Integration
*/ */
class UpdateTest extends ConsoleCommandTestCase class UpdateTest extends ConsoleCommandTestCase
{ {
...@@ -122,4 +120,4 @@ class UpdateTest extends ConsoleCommandTestCase ...@@ -122,4 +120,4 @@ class UpdateTest extends ConsoleCommandTestCase
$this->assertContains("Note: this is a Dry Run", $output); $this->assertContains("Note: this is a Dry Run", $output);
$this->assertContains(self::EXPECTED_SQL_FROM_2_10, $output); $this->assertContains(self::EXPECTED_SQL_FROM_2_10, $output);
} }
} }
\ No newline at end of file
...@@ -16,8 +16,6 @@ use Piwik\Version; ...@@ -16,8 +16,6 @@ use Piwik\Version;
use Piwik\Tests\Framework\TestCase\IntegrationTestCase; use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
/** /**
* Class Plugins_CoreUpdater_UpdateCommunicationTest
*
* @group Plugins * @group Plugins
*/ */
class UpdateCommunicationTest extends IntegrationTestCase class UpdateCommunicationTest extends IntegrationTestCase
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter