Skip to content

Commit

Permalink
Move a test class in the correct namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jun 24, 2015
1 parent 8a5075b commit 4bb0c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* @link http://piwik.org
* @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\DataAccess\ArchiveTableCreator;
use Piwik\Date;
Expand All @@ -23,7 +22,6 @@

/**
* @group CoreUpdater
* @group CoreUpdater_Integration
*/
class UpdateTest extends ConsoleCommandTestCase
{
Expand Down Expand Up @@ -122,4 +120,4 @@ private function assertDryRunExecuted($output)
$this->assertContains("Note: this is a Dry Run", $output);
$this->assertContains(self::EXPECTED_SQL_FROM_2_10, $output);
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
use Piwik\Tests\Framework\TestCase\IntegrationTestCase;

/**
* Class Plugins_CoreUpdater_UpdateCommunicationTest
*
* @group Plugins
*/
class UpdateCommunicationTest extends IntegrationTestCase
Expand Down

0 comments on commit 4bb0c02

Please sign in to comment.