File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ protected function setUp(): void
1515 $ this ->start = $ this ->root ->url () . '/ ' ;
1616 }
1717
18- /**
19- * @group testme
20- */
2118 public function testHandle ()
2219 {
2320 $ config = new LoggerConfig ();
Original file line number Diff line number Diff line change @@ -205,12 +205,12 @@ public function testLogInterpolatesFileAndLine()
205205 $ _ENV ['foo ' ] = 'bar ' ;
206206
207207 $ logger ->log ('debug ' , 'Test message {file} {line} ' );
208- $ line = __LINE__ - 1 ;
209- $ expected = "LoggerTest.php $ line " ;
208+ $ line = __LINE__ - 1 ;
209+ $ expected = "LoggerTest.php $ line " ;
210210
211211 $ logs = TestHandler::getLogs ();
212212
213- $ this ->assertTrue (strpos ($ logs [0 ], $ expected ) > 1 );
213+ $ this ->assertTrue (strpos ($ logs [0 ], $ expected ) > 1 );
214214 }
215215
216216 //--------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments