File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments