mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 21:26:43 +02:00
Add @covers annotations
This commit is contained in:
@@ -15,6 +15,9 @@ use Monolog\Logger;
|
||||
|
||||
class WildfireFormatterTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
* @covers Monolog\Formatter\WildfireFormatter::format
|
||||
*/
|
||||
public function testDefaultFormatIsLineFormatterWithoutNewLine()
|
||||
{
|
||||
$wildfire = new WildfireFormatter();
|
||||
|
Reference in New Issue
Block a user