File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ class LogglyHandlerTest extends TestCase
1515 */
1616 public function constructor_should_support_tags ()
1717 {
18- $ this ->handler = Mockery::mock (LogglyHandler::class)->makePartial ();
18+ $ this ->handler = Mockery::mock (LogglyHandler::class)->makePartial ();
1919
20- $ this ->handler ->shouldReceive ('setTag ' )->with (['tag1 ' , 'tag2 ' ])->once ();
20+ $ this ->handler ->shouldReceive ('setTag ' )->with (['tag1 ' , 'tag2 ' ])->once ();
2121
22- $ this ->handler ->__construct ('test ' , 'tag1,tag2 ' );
22+ $ this ->handler ->__construct ('test ' , 'tag1,tag2 ' );
2323 }
2424}
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ class LoggerManagerTest extends TestCase
1515 */
1616 public function logger_instance_should_be_our_custom_logger ()
1717 {
18- $ manager = new LogManager ($ this ->app );
18+ $ manager = new LogManager ($ this ->app );
1919
20- $ logger = $ manager ->channel ('stack ' );
20+ $ logger = $ manager ->channel ('stack ' );
2121
22- $ this ->assertInstanceOf (Logger::class, $ logger );
22+ $ this ->assertInstanceOf (Logger::class, $ logger );
2323 }
2424}
You can’t perform that action at this time.
0 commit comments