Issue #1906448 by dawehner: Move Entity Reference Tests out of views folder.

8.0.x
catch 2013-02-06 14:07:04 +00:00
parent 059e30b006
commit 050c8a74b5
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
/**
* @file
* Contains \Drupal\views\Tests\EntityReference\SelectionTest.
* Contains \Drupal\entity_reference\Tests\Views\SelectionTest.
*/
namespace Drupal\views\Tests\EntityReference;
namespace Drupal\entity_reference\Tests\Views;
use Drupal\simpletest\WebTestBase;