[limb-svn] r6077 - 3.x/branches/2007.3/limb/tests_runner/src

svn at limb-project.com svn at limb-project.com
Fri Jul 6 12:32:05 MSD 2007


Author: pachanga
Date: 2007-07-06 12:32:05 +0400 (Fri, 06 Jul 2007)
New Revision: 6077
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6077

Modified:
   3.x/branches/2007.3/limb/tests_runner/src/lmbTestShellUI.class.php
Log:
-- help message fixes

Modified: 3.x/branches/2007.3/limb/tests_runner/src/lmbTestShellUI.class.php
===================================================================
--- 3.x/branches/2007.3/limb/tests_runner/src/lmbTestShellUI.class.php	2007-07-06 08:19:26 UTC (rev 6076)
+++ 3.x/branches/2007.3/limb/tests_runner/src/lmbTestShellUI.class.php	2007-07-06 08:32:05 UTC (rev 6077)
@@ -58,11 +58,16 @@
   limb_unit OPTIONS <file|dir> [<file|dir>, <file|dir>, ...]
   Advanced SimpleTest unit tests runner. Finds and executes unit tests within filesystem.
 Options:
-  -c, --config=/file.php        PHP configuration file path
-  -h, --help                    Displays this help and exit
-  -C, --cover=path1;path2       Sets paths delimitered with ';' which should be analyzed for test coverage(requires XDebug extension!)
-  --cover-report=dir            Sets coverage report directory
-  --cover-exclude=path1;path2   Sets paths delimitered with ';' which should be excluded from coverage analysis
+  -h, --help                      Displays this help and exit
+  -c, --config=/file.php          PHP configuration file path
+  -I, --include='filter1;filter2' Sets file filters used for including test files during
+                                  recursive traversal of directories.
+                                  '*Test.class.php;*test.php;*Test.php' by default.
+  -C, --cover=path1;path2         Sets paths delimitered with ';' which should be analyzed
+                                  for test coverage(requires XDebug extension!)
+  --cover-report=dir              Sets coverage report directory
+  --cover-exclude=path1;path2     Sets paths delimitered with ';' which should be excluded
+                                  from coverage analysis
 
 $version
 



More information about the limb-svn mailing list