comparison core/modules/simpletest/src/UserCreationTrait.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 7a779792577d
children af1871eacc83
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
10 * 10 *
11 * This trait is meant to be used only by test classes extending 11 * This trait is meant to be used only by test classes extending
12 * \Drupal\simpletest\TestBase. 12 * \Drupal\simpletest\TestBase.
13 * 13 *
14 * @deprecated in Drupal 8.4.x. Will be removed before Drupal 9.0.0. Use 14 * @deprecated in Drupal 8.4.x. Will be removed before Drupal 9.0.0. Use
15 * \Drupal\Tests\user\Traits\UserCreationTrait instead. 15 * Drupal\Tests\user\Traits\UserCreationTrait instead.
16 * 16 *
17 * @see https://www.drupal.org/node/2884454 17 * @see https://www.drupal.org/node/2884454
18 */ 18 */
19 trait UserCreationTrait { 19 trait UserCreationTrait {
20 20