Mercurial > hg > isophonics-drupal-site
comparison core/modules/basic_auth/src/Tests/BasicAuthTestTrait.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
1 <?php | 1 <?php |
2 | 2 |
3 namespace Drupal\basic_auth\Tests; | 3 namespace Drupal\basic_auth\Tests; |
4 | 4 |
5 @trigger_error(__FILE__ . ' is deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0. Use \Drupal\Tests\basic_auth\Traits\BasicAuthTestTrait instead. See https://www.drupal.org/node/2862800.', E_USER_DEPRECATED); | 5 @trigger_error(__NAMESPACE__ . '\BasicAuthTestTrait is deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0. Use \Drupal\Tests\basic_auth\Traits\BasicAuthTestTrait instead. See https://www.drupal.org/node/2862800.', E_USER_DEPRECATED); |
6 | 6 |
7 /** | 7 /** |
8 * Provides common functionality for Basic Authentication test classes. | 8 * Provides common functionality for Basic Authentication test classes. |
9 * | 9 * |
10 * @deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0. | 10 * @deprecated in Drupal 8.3.0 and will be removed before Drupal 9.0.0. |