You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ch...@apache.org on 2009/10/06 00:04:17 UTC

svn commit: r822044 - /incubator/log4php/branches/chammers/src/test/php/README

Author: chammers
Date: Mon Oct  5 22:04:17 2009
New Revision: 822044

URL: http://svn.apache.org/viewvc?rev=822044&view=rev
Log:
Took me a while to figure out so I wrote it down...

Added:
    incubator/log4php/branches/chammers/src/test/php/README

Added: incubator/log4php/branches/chammers/src/test/php/README
URL: http://svn.apache.org/viewvc/incubator/log4php/branches/chammers/src/test/php/README?rev=822044&view=auto
==============================================================================
--- incubator/log4php/branches/chammers/src/test/php/README (added)
+++ incubator/log4php/branches/chammers/src/test/php/README Mon Oct  5 22:04:17 2009
@@ -0,0 +1,5 @@
+Individual Tests can be run from the top level directory using e.g.:
+$ phpunit --bootstrap=src/test/php/bootstrap.php src/test/php/appenders/LoggerAppenderSocketTest.php
+
+When using relative paths in the tests, be aware that "mvn test" does a
+changedir to this directory. So dirname(__FILE__).'/../../' is preferred.