comparison core/modules/node/tests/src/Kernel/SummaryLengthTest.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
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