Issue #2127655 by Mile23: Name space corrections
parent
c391de1828
commit
dd190fd863
|
@ -2,10 +2,10 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Tests\block\BlockBaseTest.
|
||||
* Contains \Drupal\block\Tests\BlockBaseTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\Tests\block;
|
||||
namespace Drupal\block\Tests;
|
||||
|
||||
use Drupal\block_test\Plugin\Block\TestBlockInstantiation;
|
||||
use Drupal\Core\DependencyInjection\ContainerBuilder;
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Tests\block\BlockFormControllerTest.
|
||||
* Contains \Drupal\block\Tests\BlockFormControllerTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\Tests\block;
|
||||
namespace Drupal\block\Tests;
|
||||
|
||||
use Drupal\block\BlockFormController;
|
||||
use Drupal\Tests\UnitTestCase;
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\taxonomy\Tests\TaxonomyLocalTasksTest.
|
||||
* Contains \Drupal\taxonomy\Tests\Menu\TaxonomyLocalTasksTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\taxonomy\Tests;
|
||||
namespace Drupal\taxonomy\Tests\Menu;
|
||||
|
||||
use Drupal\Tests\Core\Menu\LocalTaskIntegrationTest;
|
||||
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\user\Tests\Entity\UserTest.
|
||||
* Contains \Drupal\user\Tests\Plugin\Core\Entity\UserTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\user\Tests\Entity;
|
||||
namespace Drupal\user\Tests\Plugin\Core\Entity;
|
||||
|
||||
use Drupal\Tests\Core\Session\UserSessionTest;
|
||||
use Drupal\user\Entity\User;
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\Core\NestedArrayTest.
|
||||
* Contains \Drupal\Tests\Component\Utility\NestedArrayTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\Tests\Core;
|
||||
namespace Drupal\Tests\Component\Utility;
|
||||
|
||||
use Drupal\Component\Utility\NestedArray;
|
||||
use Drupal\Tests\UnitTestCase;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\system\Tests\Batch\PercentagesTest.
|
||||
* Contains \Drupal\Tests\Core\Batch\PercentagesTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\Tests\Core\Batch;
|
||||
|
@ -18,7 +18,7 @@ use Drupal\Tests\UnitTestCase;
|
|||
*
|
||||
* @see \Drupal\Component\Batch\Batch
|
||||
*/
|
||||
class BatchTest extends UnitTestCase {
|
||||
class PercentagesTest extends UnitTestCase {
|
||||
protected $testCases = array();
|
||||
|
||||
public static function getInfo() {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Contains \Drupal\Tests\Core\Controller\ExceptionControllerTest
|
||||
*/
|
||||
|
||||
namespace Drupal\system\Tests\System;
|
||||
namespace Drupal\Tests\Core\Controller;
|
||||
|
||||
use Drupal\Core\ContentNegotiation;
|
||||
use Drupal\Core\Controller\ExceptionController;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* Contains \Drupal\Tests\Core\Entity\Controller\EntityViewControllerTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\Core\Tests\Entity\Controller;
|
||||
namespace Drupal\Tests\Core\Entity\Controller;
|
||||
|
||||
use Drupal\Core\Entity\Controller\EntityViewController;
|
||||
use Drupal\Tests\UnitTestCase;
|
||||
|
|
Loading…
Reference in New Issue