Mercurial > hg > isophonics-drupal-site
comparison core/modules/node/tests/src/Kernel/SummaryLengthTest.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 129ea1e6d783 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
3 namespace Drupal\Tests\node\Kernel; | 3 namespace Drupal\Tests\node\Kernel; |
4 | 4 |
5 use Drupal\Core\Datetime\Entity\DateFormat; | 5 use Drupal\Core\Datetime\Entity\DateFormat; |
6 use Drupal\KernelTests\KernelTestBase; | 6 use Drupal\KernelTests\KernelTestBase; |
7 use Drupal\node\Entity\Node; | 7 use Drupal\node\Entity\Node; |
8 use Drupal\simpletest\ContentTypeCreationTrait; | |
9 use Drupal\simpletest\NodeCreationTrait; | |
10 use Drupal\simpletest\UserCreationTrait; | |
11 use Drupal\Tests\EntityViewTrait; | 8 use Drupal\Tests\EntityViewTrait; |
9 use Drupal\Tests\node\Traits\ContentTypeCreationTrait; | |
10 use Drupal\Tests\node\Traits\NodeCreationTrait; | |
11 use Drupal\Tests\user\Traits\UserCreationTrait; | |
12 | 12 |
13 /** | 13 /** |
14 * Tests summary length. | 14 * Tests summary length. |
15 * | 15 * |
16 * @group node | 16 * @group node |