Mercurial > hg > isophonics-drupal-site
diff 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 |
line wrap: on
line diff
--- a/core/modules/basic_auth/src/Tests/BasicAuthTestTrait.php Mon Apr 23 09:33:26 2018 +0100 +++ b/core/modules/basic_auth/src/Tests/BasicAuthTestTrait.php Mon Apr 23 09:46:53 2018 +0100 @@ -2,7 +2,7 @@ namespace Drupal\basic_auth\Tests; -@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); +@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); /** * Provides common functionality for Basic Authentication test classes.