Commit ecce2909 authored by catch's avatar catch
Browse files

Issue #3105880 by peterkokot, Spokje, smustgrave: Remove unused TestContextAwareBlockInterface

(cherry picked from commit 33db9ff6)
parent dd574175
Loading
Loading
Loading
Loading
+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;

/**
@@ -191,6 +184,3 @@ public function testGetVisibleBlocksPerRegionWithContext() {
  }

}

interface TestContextAwareBlockInterface extends BlockPluginInterface, ContextAwarePluginInterface {
}