Mercurial > hg > cmmr2012-drupal-site
comparison core/modules/block/tests/src/Kernel/BlockRebuildTest.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\block\Kernel; | 3 namespace Drupal\Tests\block\Kernel; |
4 | 4 |
5 use Drupal\block\Entity\Block; | 5 use Drupal\block\Entity\Block; |
6 use Drupal\Core\StringTranslation\TranslatableMarkup; | 6 use Drupal\Core\StringTranslation\TranslatableMarkup; |
7 use Drupal\KernelTests\KernelTestBase; | 7 use Drupal\KernelTests\KernelTestBase; |
8 use Drupal\simpletest\BlockCreationTrait; | 8 use Drupal\Tests\block\Traits\BlockCreationTrait; |
9 | 9 |
10 /** | 10 /** |
11 * Tests block_rebuild(). | 11 * Tests block_rebuild(). |
12 * | 12 * |
13 * @group block | 13 * @group block |