File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -891,7 +891,7 @@ public function getFormatterCalledTwoTimesReturnsSameInstance(): void
891
891
/**
892
892
* @test
893
893
*/
894
- public function createReturnsNewOutputFormatInstance (): void
894
+ public function createReturnsOutputFormatInstance (): void
895
895
{
896
896
self ::assertInstanceOf (OutputFormat::class, OutputFormat::create ());
897
897
}
@@ -910,7 +910,7 @@ public function createCalledTwoTimesReturnsDifferentInstances(): void
910
910
/**
911
911
* @test
912
912
*/
913
- public function createCompactReturnsNewOutputFormatInstance (): void
913
+ public function createCompactReturnsOutputFormatInstance (): void
914
914
{
915
915
self ::assertInstanceOf (OutputFormat::class, OutputFormat::createCompact ());
916
916
}
@@ -1039,7 +1039,7 @@ public function createCompactReturnsInstanceWithRenderCommentsDisabled(): void
1039
1039
/**
1040
1040
* @test
1041
1041
*/
1042
- public function createPrettyReturnsNewOutputFormatInstance (): void
1042
+ public function createPrettyReturnsOutputFormatInstance (): void
1043
1043
{
1044
1044
self ::assertInstanceOf (OutputFormat::class, OutputFormat::createPretty ());
1045
1045
}
@@ -1148,7 +1148,7 @@ public function createPrettyReturnsInstanceWithSpaceAfterSelectorSeparatorSetToS
1148
1148
/**
1149
1149
* @test
1150
1150
*/
1151
- public function createPrettyReturnsInstanceWithSpaceAfterListArgumentSeparatorsSetToSpaceForComma (): void
1151
+ public function createPrettyReturnsInstanceWithSpaceAfterListArgumentSeparatorsSetToSpaceForCommaOnly (): void
1152
1152
{
1153
1153
$ newInstance = OutputFormat::createPretty ();
1154
1154
You can’t perform that action at this time.
0 commit comments