Skip to content

Commit f661c96

Browse files
authored
[CLEANUP] Improve naming of the getAllDeclarationBlocks tests (#1007)
Fixes #1005
1 parent a1f9f58 commit f661c96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Unit/CSSList/CSSBlockListTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function isCSSList(): void
5555
/**
5656
* @test
5757
*/
58-
public function getAllDeclarationBlocksForNoContentsReturnsEmptyArray(): void
58+
public function getAllDeclarationBlocksWhenNoContentSetReturnsEmptyArray(): void
5959
{
6060
$subject = new ConcreteCSSBlockList();
6161

@@ -65,7 +65,7 @@ public function getAllDeclarationBlocksForNoContentsReturnsEmptyArray(): void
6565
/**
6666
* @test
6767
*/
68-
public function getAllDeclarationBlocksCanReturnOneDirectDeclarationBlockContent(): void
68+
public function getAllDeclarationBlocksReturnsOneDeclarationBlockDirectlySetAsContent(): void
6969
{
7070
$subject = new ConcreteCSSBlockList();
7171

@@ -80,7 +80,7 @@ public function getAllDeclarationBlocksCanReturnOneDirectDeclarationBlockContent
8080
/**
8181
* @test
8282
*/
83-
public function getAllDeclarationBlocksCanReturnMultipleDirectDeclarationBlockContents(): void
83+
public function getAllDeclarationBlocksReturnsMultipleDeclarationBlocksDirectlySetAsContents(): void
8484
{
8585
$subject = new ConcreteCSSBlockList();
8686

0 commit comments

Comments
 (0)