Loading core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,6 @@ class BigPipeStrategyTest extends UnitTestCase { /** * Tests process placeholders. * * @legacy-covers ::processPlaceholders */ #[DataProvider('placeholdersProvider')] public function testProcessPlaceholders(array $placeholders, $method, $route_match_has_no_big_pipe_option, $request_has_session, $request_has_big_pipe_nojs_cookie, array $expected_big_pipe_placeholders): void { Loading core/modules/big_pipe/tests/src/Unit/StackMiddleware/ContentLengthTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ final class ContentLengthTest extends UnitTestCase { /** * Tests handle. * * @legacy-covers ::handle */ #[DataProvider('providerTestSetContentLengthHeader')] public function testHandle(false|int $expected_header, Response $response): void { Loading core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -97,8 +97,6 @@ protected function setUp(): void { /** * Tests calculate dependencies. * * @legacy-covers ::calculateDependencies */ public function testCalculateDependencies(): void { $this->themeHandler->themeExists('stark')->willReturn(TRUE); Loading core/modules/block/tests/src/Unit/BlockRepositoryTest.php +0 −4 Original line number Diff line number Diff line Loading @@ -85,8 +85,6 @@ protected function setUp(): void { /** * Tests the retrieval of block entities. * * @legacy-covers ::getVisibleBlocksPerRegion */ #[DataProvider('providerBlocksConfig')] public function testGetVisibleBlocksPerRegion(array $blocks_config, array $expected_blocks): void { Loading Loading @@ -160,8 +158,6 @@ public static function providerBlocksConfig() { /** * Tests the retrieval of block entities that are context-aware. * * @legacy-covers ::getVisibleBlocksPerRegion */ public function testGetVisibleBlocksPerRegionWithContext(): void { $block = $this->createMock('Drupal\block\BlockInterface'); Loading core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php +0 −4 Original line number Diff line number Diff line Loading @@ -203,8 +203,6 @@ public static function providerBuild() { /** * Tests the building of a full page variant. * * @legacy-covers ::build */ #[DataProvider('providerBuild')] public function testBuild(array $blocks_config, $visible_block_count, array $expected_render_array): void { Loading Loading @@ -239,8 +237,6 @@ public function testBuild(array $blocks_config, $visible_block_count, array $exp /** * Tests the building of a full page variant with no main content set. * * @legacy-covers ::build */ public function testBuildWithoutMainContent(): void { $display_variant = $this->setUpDisplayVariant(); Loading Loading
core/modules/big_pipe/tests/src/Unit/Render/Placeholder/BigPipeStrategyTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,6 @@ class BigPipeStrategyTest extends UnitTestCase { /** * Tests process placeholders. * * @legacy-covers ::processPlaceholders */ #[DataProvider('placeholdersProvider')] public function testProcessPlaceholders(array $placeholders, $method, $route_match_has_no_big_pipe_option, $request_has_session, $request_has_big_pipe_nojs_cookie, array $expected_big_pipe_placeholders): void { Loading
core/modules/big_pipe/tests/src/Unit/StackMiddleware/ContentLengthTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ final class ContentLengthTest extends UnitTestCase { /** * Tests handle. * * @legacy-covers ::handle */ #[DataProvider('providerTestSetContentLengthHeader')] public function testHandle(false|int $expected_header, Response $response): void { Loading
core/modules/block/tests/src/Unit/BlockConfigEntityUnitTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -97,8 +97,6 @@ protected function setUp(): void { /** * Tests calculate dependencies. * * @legacy-covers ::calculateDependencies */ public function testCalculateDependencies(): void { $this->themeHandler->themeExists('stark')->willReturn(TRUE); Loading
core/modules/block/tests/src/Unit/BlockRepositoryTest.php +0 −4 Original line number Diff line number Diff line Loading @@ -85,8 +85,6 @@ protected function setUp(): void { /** * Tests the retrieval of block entities. * * @legacy-covers ::getVisibleBlocksPerRegion */ #[DataProvider('providerBlocksConfig')] public function testGetVisibleBlocksPerRegion(array $blocks_config, array $expected_blocks): void { Loading Loading @@ -160,8 +158,6 @@ public static function providerBlocksConfig() { /** * Tests the retrieval of block entities that are context-aware. * * @legacy-covers ::getVisibleBlocksPerRegion */ public function testGetVisibleBlocksPerRegionWithContext(): void { $block = $this->createMock('Drupal\block\BlockInterface'); Loading
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php +0 −4 Original line number Diff line number Diff line Loading @@ -203,8 +203,6 @@ public static function providerBuild() { /** * Tests the building of a full page variant. * * @legacy-covers ::build */ #[DataProvider('providerBuild')] public function testBuild(array $blocks_config, $visible_block_count, array $expected_render_array): void { Loading Loading @@ -239,8 +237,6 @@ public function testBuild(array $blocks_config, $visible_block_count, array $exp /** * Tests the building of a full page variant with no main content set. * * @legacy-covers ::build */ public function testBuildWithoutMainContent(): void { $display_variant = $this->setUpDisplayVariant(); Loading