Issue #2339135 by tim.plunkett: Fixed EntityViewsDataTest is located in the wrong directory/namespace.

8.0.x
Alex Pott 2014-09-16 12:22:02 +01:00
parent ab50db310c
commit 8d4f1db33b
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
<?php
use Drupal\Core\Entity\EntityType;
/**
* @file
* Contains \Drupal\views\Tests\EntityViewsDataTest.
* Contains \Drupal\Tests\views\Unit\EntityViewsDataTest.
*/
namespace Drupal\views\Tests {
namespace Drupal\Tests\views\Unit {
use Drupal\Core\Config\Entity\ConfigEntityType;
use Drupal\Core\Entity\ContentEntityType;