Issue #2990531 by Lendude: Convert remaining WebTestBase tests in the Link module

8.7.x
Alex Pott 2018-09-18 11:52:22 +01:00
parent b097188b70
commit 217a1479f4
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
<?php
namespace Drupal\link\Tests\Views;
namespace Drupal\Tests\link\Functional\Views;
use Drupal\field\Entity\FieldConfig;
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\views\Tests\ViewTestBase;
use Drupal\Tests\views\Functional\ViewTestBase;
use Drupal\views\Tests\ViewTestData;
/**