Issue #2219457 by Wim Leers: SystemControllerTest::setLinkActiveClass() unit test has wrong namespace and lives in wrong location.

8.0.x
webchick 2014-03-17 08:10:20 -07:00
parent 77123f3f1b
commit ca104f64db
1 changed files with 2 additions and 2 deletions

View File

@ -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;