[pLog-svn] r4048 - plog/branches/lifetype-1.1.1/class/test

oscar at devel.lifetype.net oscar at devel.lifetype.net
Mon Sep 25 21:13:41 GMT 2006


Author: oscar
Date: 2006-09-25 21:13:41 +0000 (Mon, 25 Sep 2006)
New Revision: 4048

Modified:
   plog/branches/lifetype-1.1.1/class/test/testrunner.class.php
Log:
Removed an unused parameter.

Modified: plog/branches/lifetype-1.1.1/class/test/testrunner.class.php
===================================================================
--- plog/branches/lifetype-1.1.1/class/test/testrunner.class.php	2006-09-25 20:20:04 UTC (rev 4047)
+++ plog/branches/lifetype-1.1.1/class/test/testrunner.class.php	2006-09-25 21:13:41 UTC (rev 4048)
@@ -68,8 +68,6 @@
 		 * @param folder Where test suites are stored. Defaults to class/test/tests (relative
 		 * to PLOG_CLASS_PATH)
 		 * @param pattern Pattern that will be used to check whether a file in folder $folder
-		 * @param includePlugins Whether test cases provided by plugins should also be loaded. This feature
-		 * depends on the PluginManager class and plugins must be placed in the plugins/ folder for 
 		 * this this work. The default value is 'false'
 		 * is a test suite. Defaults to "*_test.class.php"
 		 */



More information about the pLog-svn mailing list