Mercurial > hg > isophonics-drupal-site
comparison core/modules/node/tests/src/Kernel/NodeAccessTest.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
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 * |