Loading core/modules/block/tests/src/Unit/BlockRepositoryTest.php +0 −10 Original line number Diff line number Diff line <?php /** * @file * Contains \Drupal\Tests\block\Unit\BlockRepositoryTest. */ namespace Drupal\Tests\block\Unit; use Drupal\block\BlockRepository; use Drupal\Core\Access\AccessResult; use Drupal\Core\Block\BlockPluginInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Plugin\ContextAwarePluginInterface; use Drupal\Tests\UnitTestCase; /** Loading Loading @@ -191,6 +184,3 @@ public function testGetVisibleBlocksPerRegionWithContext() { } } interface TestContextAwareBlockInterface extends BlockPluginInterface, ContextAwarePluginInterface { } Loading
core/modules/block/tests/src/Unit/BlockRepositoryTest.php +0 −10 Original line number Diff line number Diff line <?php /** * @file * Contains \Drupal\Tests\block\Unit\BlockRepositoryTest. */ namespace Drupal\Tests\block\Unit; use Drupal\block\BlockRepository; use Drupal\Core\Access\AccessResult; use Drupal\Core\Block\BlockPluginInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Plugin\ContextAwarePluginInterface; use Drupal\Tests\UnitTestCase; /** Loading Loading @@ -191,6 +184,3 @@ public function testGetVisibleBlocksPerRegionWithContext() { } } interface TestContextAwareBlockInterface extends BlockPluginInterface, ContextAwarePluginInterface { }