Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
dd190fd8
Commit
dd190fd8
authored
Nov 17, 2013
by
Dries
Browse files
Issue
#2127655
by Mile23: Name space corrections
parent
c391de18
Changes
8
Hide whitespace changes
Inline
Side-by-side
core/modules/block/tests/Drupal/block/Tests/BlockBaseTest.php
View file @
dd190fd8
...
...
@@ -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
;
...
...
core/modules/block/tests/Drupal/block/Tests/BlockFormControllerTest.php
View file @
dd190fd8
...
...
@@ -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
;
...
...
core/modules/taxonomy/tests/Drupal/taxonomy/Tests/Menu/TaxonomyLocalTasksTest.php
View file @
dd190fd8
...
...
@@ -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
;
...
...
core/modules/user/tests/Drupal/user/Tests/Plugin/Core/Entity/UserTest.php
View file @
dd190fd8
...
...
@@ -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
;
...
...
core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php
View file @
dd190fd8
...
...
@@ -2,10 +2,10 @@
/**
* @file
* Contains \Drupal\
Core
\NestedArrayTest.
* Contains \Drupal\
Tests\Component\Utility
\NestedArrayTest.
*/
namespace
Drupal\Tests\Co
re
;
namespace
Drupal\Tests\Co
mponent\Utility
;
use
Drupal\Component\Utility\NestedArray
;
use
Drupal\Tests\UnitTestCase
;
...
...
core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php
View file @
dd190fd8
...
...
@@ -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 @@
*
* @see \Drupal\Component\Batch\Batch
*/
class
Batch
Test
extends
UnitTestCase
{
class
Percentages
Test
extends
UnitTestCase
{
protected
$testCases
=
array
();
public
static
function
getInfo
()
{
...
...
core/tests/Drupal/Tests/Core/Controller/ExceptionControllerTest.php
View file @
dd190fd8
...
...
@@ -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
;
...
...
core/tests/Drupal/Tests/Core/Entity/Controller/EntityViewControllerTest.php
View file @
dd190fd8
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment