Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/path/src/Tests/PathTestBase.php @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
4:a9cd425dd02b | 5:12f9dff5fda9 |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 namespace Drupal\path\Tests; | 3 namespace Drupal\path\Tests; |
4 | |
5 @trigger_error(__NAMESPACE__ . '\PathTestBase is deprecated for removal before Drupal 9.0.0. Use Drupal\Tests\path\Functional\PathTestBase instead. See https://www.drupal.org/node/2999939', E_USER_DEPRECATED); | |
4 | 6 |
5 use Drupal\simpletest\WebTestBase; | 7 use Drupal\simpletest\WebTestBase; |
6 | 8 |
7 /** | 9 /** |
8 * Provides a base class for testing the Path module. | 10 * Provides a base class for testing the Path module. |
9 * | 11 * |
10 * @deprecated Scheduled for removal in Drupal 9.0.0. | 12 * @deprecated Scheduled for removal in Drupal 9.0.0. |
11 * Use \Drupal\Tests\path\Functional\PathTestBase instead. | 13 * Use \Drupal\Tests\path\Functional\PathTestBase instead. |
14 * | |
15 * @see https://www.drupal.org/node/2999939 | |
12 */ | 16 */ |
13 abstract class PathTestBase extends WebTestBase { | 17 abstract class PathTestBase extends WebTestBase { |
14 | 18 |
15 /** | 19 /** |
16 * Modules to enable. | 20 * Modules to enable. |