Issue #2017449 by ParisLiakos: Drupal\Tests\user\Views\Argument\RolesRidTest is in the wrong place.

8.0.x
Alex Pott 2013-06-17 02:15:30 +02:00
parent 00155e5d1e
commit cf8f023c02
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
/**
* @file
* Contains \Drupal\Tests\user\Views\Argument\RolesRidTest.
* Contains \Drupal\user\Tests\Views\Argument\RolesRidTest.
*/
namespace Drupal\Tests\user\Views\Argument;
namespace Drupal\user\Tests\Views\Argument;
use Drupal\Component\Utility\String;
use Drupal\Core\DependencyInjection\ContainerBuilder;