Author: kurdalen
Date: Tue Apr 28 22:19:10 2009
New Revision: 769570
URL: http://svn.apache.org/viewvc?rev=769570&view=rev
Log:
a few more test stubs and fixed test suite
Modified:
incubator/log4php/trunk/src/test/php/LoggerManagerTest.php
incubator/log4php/trunk/src/test/php/phpunit.xml
Modified: incubator/log4php/trunk/src/test/php/LoggerManagerTest.php
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/LoggerManagerTest.php?rev=769570&r1=769569&r2=769570&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/php/LoggerManagerTest.php (original)
+++ incubator/log4php/trunk/src/test/php/LoggerManagerTest.php Tue Apr 28
22:19:10 2009
@@ -25,4 +25,31 @@
class LoggerManagerTest extends PHPUnit_Framework_TestCase {
+ public function testCanAutoloadClasses() {
+ self::markTestIncomplete();
+ }
+
+ public function testCanCheckIfAGivenLoggerExists() {
+ self::markTestIncomplete();
+ }
+
+ public function testCanGetCurrentLoggers() {
+ self::markTestIncomplete();
+ }
+
+ public function testCanGetRootLogger() {
+ self::markTestIncomplete();
+ }
+
+ public function testCanGetASpecificLogger() {
+ self::markTestIncomplete();
+ }
+
+ public function testCanGetTheLoggerRepository() {
+ self::markTestIncomplete();
+ }
+
+ public function testCanResetConfiguration() {
+ self::markTestIncomplete();
+ }
}
Modified: incubator/log4php/trunk/src/test/php/phpunit.xml
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/phpunit.xml?rev=769570&r1=769569&r2=769570&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/php/phpunit.xml (original)
+++ incubator/log4php/trunk/src/test/php/phpunit.xml Tue Apr 28 22:19:10 2009
@@ -7,9 +7,6 @@
<testsuite name="log4php">
<directory>.</directory>
- <directory>./appenders</directory>
- <directory>./or</directory>
- <directory>./spi</directory>
</testsuite>
</phpunit>