Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/node/tests/src/Kernel/NodeAccessTest.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 |
---|---|
4 | 4 |
5 use Drupal\Component\Render\FormattableMarkup; | 5 use Drupal\Component\Render\FormattableMarkup; |
6 use Drupal\Core\Session\AccountInterface; | 6 use Drupal\Core\Session\AccountInterface; |
7 use Drupal\KernelTests\KernelTestBase; | 7 use Drupal\KernelTests\KernelTestBase; |
8 use Drupal\node\NodeInterface; | 8 use Drupal\node\NodeInterface; |
9 use Drupal\simpletest\ContentTypeCreationTrait; | 9 use Drupal\Tests\node\Traits\ContentTypeCreationTrait; |
10 use Drupal\simpletest\NodeCreationTrait; | 10 use Drupal\Tests\node\Traits\NodeCreationTrait; |
11 use Drupal\simpletest\UserCreationTrait; | 11 use Drupal\Tests\user\Traits\UserCreationTrait; |
12 use Drupal\user\RoleInterface; | 12 use Drupal\user\RoleInterface; |
13 | 13 |
14 /** | 14 /** |
15 * Tests basic node_access functionality. | 15 * Tests basic node_access functionality. |
16 * | 16 * |