Issue #2990531 by Lendude: Convert remaining WebTestBase tests in the Link module
parent
b097188b70
commit
217a1479f4
|
@ -1,10 +1,10 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Drupal\link\Tests\Views;
|
namespace Drupal\Tests\link\Functional\Views;
|
||||||
|
|
||||||
use Drupal\field\Entity\FieldConfig;
|
use Drupal\field\Entity\FieldConfig;
|
||||||
use Drupal\field\Entity\FieldStorageConfig;
|
use Drupal\field\Entity\FieldStorageConfig;
|
||||||
use Drupal\views\Tests\ViewTestBase;
|
use Drupal\Tests\views\Functional\ViewTestBase;
|
||||||
use Drupal\views\Tests\ViewTestData;
|
use Drupal\views\Tests\ViewTestData;
|
||||||
|
|
||||||
/**
|
/**
|
Loading…
Reference in New Issue