
| Current Path : /var/www/html1/testsite/web/core/modules/taxonomy/tests/src/Functional/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html1/testsite/web/core/modules/taxonomy/tests/src/Functional/TaxonomyTestTrait.php |
<?php
namespace Drupal\Tests\taxonomy\Functional;
@trigger_error(__NAMESPACE__ . '\TaxonomyTestTrait trait is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Use \Drupal\Tests\taxonomy\Traits\TaxonomyTestTrait instead. See https://www.drupal.org/node/3041703.', E_USER_DEPRECATED);
use Drupal\Tests\taxonomy\Traits\TaxonomyTestTrait as ActualTaxonomyTestTrait;
/**
* Provides common helper methods for Taxonomy module tests.
*
* @deprecated in drupal:8.8.0 and is removed from drupal:9.0.0.
* Use \Drupal\Tests\taxonomy\Traits\TaxonomyTestTrait instead.
*
* @see https://www.drupal.org/node/3041703
*/
trait TaxonomyTestTrait {
use ActualTaxonomyTestTrait;
}