partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3a38da430fe546bab97d50222f34a9846f9835e3
parent c5a6fb4017cbd222863cb7048d5649e259b468fa
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 14 Apr 2012 01:49:23 +0200

Added documentation for testLoggingWithHelperMethods

Diffstat:
Mtests/Logger/LoggerTest.php | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/tests/Logger/LoggerTest.php b/tests/Logger/LoggerTest.php @@ -33,6 +33,10 @@ class LoggerTest extends \PHPUnit_Framework_TestCase { $this->outputLog(Logger::LOGLEVEL_DEBUG, "test"); } + /* + * Tests the logging with their helper methods. This makes sure that + * each severity has its own helper method. + */ public function testLoggingWithHelperMethods () { $this->outputLog(Logger::LOGLEVEL_CRITICAL, "test", true); $this->outputLog(Logger::LOGLEVEL_ERROR, "test", true);