Skip to content

Commit

Permalink
fix coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
haltuf committed May 29, 2019
1 parent f51b9f5 commit c27cafb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/KdybyTests/Monolog/ExtensionTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ class ExtensionTest extends \Tester\TestCase
$channel->emerg('custom channel message 19');
$channel->emergency('custom channel message 20');


Assert::match(
'[%a%] INFO: custom channel message 1 [] []' . "\n" .
'[%a%] ERROR: custom channel message 2 [] []' . "\n" .
Expand All @@ -221,8 +220,6 @@ class ExtensionTest extends \Tester\TestCase
'[%a%] EMERGENCY: custom channel message 20 [] []' . "\n",
file_get_contents(TEMP_DIR . '/test.log')
);


}

public function testHandlersSorting()
Expand Down

0 comments on commit c27cafb

Please sign in to comment.