Author: chammers Date: Tue Oct 6 18:23:39 2009 New Revision: 822406 URL: http://svn.apache.org/viewvc?rev=822406&view=rev Log: Took me a while to figure out so I wrote it down...
Added: incubator/log4php/trunk/src/test/php/README Added: incubator/log4php/trunk/src/test/php/README URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/src/test/php/README?rev=822406&view=auto ============================================================================== --- incubator/log4php/trunk/src/test/php/README (added) +++ incubator/log4php/trunk/src/test/php/README Tue Oct 6 18:23:39 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.