comparison core/modules/node/tests/src/Functional/NodeAccessLanguageAwareCombinationTest.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children af1871eacc83
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
32 protected $nodes = []; 32 protected $nodes = [];
33 33
34 /** 34 /**
35 * A normal authenticated user. 35 * A normal authenticated user.
36 * 36 *
37 * @var \Drupal\user\UserInterface. 37 * @var \Drupal\user\UserInterface
38 */ 38 */
39 protected $webUser; 39 protected $webUser;
40 40
41 /** 41 /**
42 * User 1. 42 * User 1.
43 * 43 *
44 * @var \Drupal\user\UserInterface. 44 * @var \Drupal\user\UserInterface
45 */ 45 */
46 protected $adminUser; 46 protected $adminUser;
47 47
48 protected function setUp() { 48 protected function setUp() {
49 parent::setUp(); 49 parent::setUp();