Mercurial > hg > isophonics-drupal-site
comparison core/modules/taxonomy/src/Tests/TaxonomyTestBase.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
2 | 2 |
3 namespace Drupal\taxonomy\Tests; | 3 namespace Drupal\taxonomy\Tests; |
4 | 4 |
5 @trigger_error(__NAMESPACE__ . '\TaxonomyTestBase is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use \Drupal\Tests\taxonomy\Functional\TaxonomyTestBase', E_USER_DEPRECATED); | 5 @trigger_error(__NAMESPACE__ . '\TaxonomyTestBase is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Instead, use \Drupal\Tests\taxonomy\Functional\TaxonomyTestBase', E_USER_DEPRECATED); |
6 | 6 |
7 use Drupal\field\Tests\EntityReference\EntityReferenceTestTrait; | |
8 use Drupal\simpletest\WebTestBase; | 7 use Drupal\simpletest\WebTestBase; |
8 use Drupal\Tests\field\Traits\EntityReferenceTestTrait; | |
9 use Drupal\Tests\taxonomy\Functional\TaxonomyTestTrait; | 9 use Drupal\Tests\taxonomy\Functional\TaxonomyTestTrait; |
10 | 10 |
11 /** | 11 /** |
12 * Provides common helper methods for Taxonomy module tests. | 12 * Provides common helper methods for Taxonomy module tests. |
13 * | 13 * |