File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,6 @@ public function test13() {
167167 $ _SERVER ['NO_COLOR ' ] = null ;
168168 }
169169
170- }
171- // ========== ENHANCED FORMATTER TESTS ==========
172-
173170 /**
174171 * Test basic color formatting
175172 * @test
@@ -443,3 +440,4 @@ public function testFormatWithVariousDataTypesEnhanced() {
443440 $ result4 = Formatter::format (false , ['color ' => 'yellow ' ]);
444441 $ this ->assertIsString ($ result4 );
445442 }
443+ }
Original file line number Diff line number Diff line change @@ -313,9 +313,6 @@ public function testProgressBarWithMessage() {
313313 $ firstOutput = $ output [0 ];
314314 $ this ->assertStringContainsString ('Loading... ' , $ firstOutput );
315315 }
316- }
317- // ========== ENHANCED PROGRESS BAR TESTS ==========
318-
319316 /**
320317 * Test ProgressBar initialization with different parameters
321318 * @test
@@ -707,3 +704,4 @@ public function testFormatPlaceholdersEnhanced() {
707704 $ this ->assertStringContainsString ('25% ' , $ outputString );
708705 $ this ->assertStringContainsString ('25/100 ' , $ outputString );
709706 }
707+ }
Original file line number Diff line number Diff line change @@ -582,9 +582,6 @@ public function test00() {
582582
583583 ], $ runner ->getOutput ());
584584 }
585- }
586- // ========== ENHANCED RUNNER TESTS ==========
587-
588585 /**
589586 * Test Runner initialization and basic properties
590587 * @test
@@ -954,3 +951,4 @@ public function testCommandDiscoveryMethodsEnhanced() {
954951 $ result11 = $ runner ->setDiscoveryStrictMode (false );
955952 $ this ->assertSame ($ runner , $ result11 );
956953 }
954+ }
You can’t perform that action at this time.
0 commit comments