Issue #2219457 by Wim Leers: SystemControllerTest::setLinkActiveClass() unit test has wrong namespace and lives in wrong location.
parent
77123f3f1b
commit
ca104f64db
|
@ -2,10 +2,10 @@
|
|||
|
||||
/**
|
||||
* @file
|
||||
* Contains \Drupal\edit\Tests\Access\EditEntityAccessCheckTest.
|
||||
* Contains \Drupal\system\Tests\Controller\SystemControllerTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\edit\Tests\Access;
|
||||
namespace Drupal\system\Tests\Controller;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Drupal\Component\Utility\Json;
|
Loading…
Reference in New Issue