Author: chammers
Date: Sun Oct 11 12:06:57 2009
New Revision: 824059
URL: http://svn.apache.org/viewvc?rev=824059&view=rev
Log:
Let's see if the buildbot has PDO and SQLite installed
Modified:
incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderPDOTest.php
Modified:
incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderPDOTest.php
URL:
http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderPDOTest.php?rev=824059&r1=824058&r2=824059&view=diff
==============================================================================
--- incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderPDOTest.php
(original)
+++ incubator/log4php/trunk/src/test/php/appenders/LoggerAppenderPDOTest.php
Sun Oct 11 12:06:57 2009
@@ -36,6 +36,10 @@
public function tearDownAfterClass() {
if (file_exists(self::file)) unlink(self::file);
}
+
+ public function testPhpinfo() {
+ phpinfo();
+ }
/** Tests new-style logging using prepared statements and the default SQL
definition. */
public function testSimpleWithDefaults() {