Author: kurdalen
Date: Sat May 23 18:45:25 2009
New Revision: 777983
URL: http://svn.apache.org/viewvc?rev=777983&view=rev
Log:
fixed access level to LoggerLoggingEventTestCaseAppender::append()
Modified:
incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php
Modified: incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php?rev=777983&r1=777982&r2=777983&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php (original)
+++ incubator/log4php/trunk/src/test/php/LoggerLoggingEventTest.php Sat May 23
18:45:25 2009
@@ -27,7 +27,7 @@
protected $requiresLayout = true;
- protected function append($event) {
+ public function append($event) {
$this->layout->format($event);
}