1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-07-30 18:00:17 +02:00

code cleanups as suggested by @stof

This commit is contained in:
Matt Lehner
2012-04-20 13:25:38 -04:00
parent a497704d94
commit d95889a98d
3 changed files with 7 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ class GelfMessageFormatterTest extends \PHPUnit_Framework_TestCase
/**
* @covers Monolog\Formatter\GelfMessageFormatter::format
*/
function testDefaultFormatter()
public function testDefaultFormatter()
{
$formatter = new GelfMessageFormatter();
$record = array(
@@ -53,7 +53,7 @@ class GelfMessageFormatterTest extends \PHPUnit_Framework_TestCase
/**
* @covers Monolog\Formatter\GelfMessageFormatter::format
*/
function testFormatWithFileAndLine()
public function testFormatWithFileAndLine()
{
$formatter = new GelfMessageFormatter();
$record = array(
@@ -76,7 +76,7 @@ class GelfMessageFormatterTest extends \PHPUnit_Framework_TestCase
/**
* @covers Monolog\Formatter\GelfMessageFormatter::format
*/
function testFormatWithContext()
public function testFormatWithContext()
{
$formatter = new GelfMessageFormatter();
$record = array(
@@ -114,7 +114,7 @@ class GelfMessageFormatterTest extends \PHPUnit_Framework_TestCase
/**
* @covers Monolog\Formatter\GelfMessageFormatter::format
*/
function testFormatWithExtra()
public function testFormatWithExtra()
{
$formatter = new GelfMessageFormatter();
$record = array(