Issue #2404265 by jhedstrom: Follow-up: ApiTestData should be in the views module

8.0.x
Alex Pott 2015-01-13 09:53:25 +00:00
parent f50acdc743
commit f52ece046c
1 changed files with 6 additions and 4 deletions

View File

@ -2,17 +2,19 @@
/** /**
* @file * @file
* Contains \Drupal\field\Tests\Views\ApiDataTest. * Contains \Drupal\views\Tests\FieldApiDataTest.
*/ */
namespace Drupal\field\Tests\Views; namespace Drupal\views\Tests;
use Drupal\field\Tests\Views\FieldTestBase;
/** /**
* Tests the Field Views data. * Tests the Field Views data.
* *
* @group field * @group views
*/ */
class ApiDataTest extends FieldTestBase { class FieldApiDataTest extends FieldTestBase {
protected function setUp() { protected function setUp() {
parent::setUp(); parent::setUp();