Issue #2404265 by jhedstrom: Follow-up: ApiTestData should be in the views module
parent
f50acdc743
commit
f52ece046c
|
@ -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();
|
Loading…
Reference in New Issue