zoe Tue Jun 2 08:03:32 2009 UTC
Modified files:
/phpruntests/src rtClassMap.php
Log:
new status class
http://cvs.php.net/viewvc.cgi/phpruntests/src/rtClassMap.php?r1=1.11&r2=1.12&diff_format=u
Index: phpruntests/src/rtClassMap.php
diff -u phpruntests/src/rtClassMap.php:1.11 phpruntests/src/rtClassMap.php:1.12
--- phpruntests/src/rtClassMap.php:1.11 Mon May 25 12:48:40 2009
+++ phpruntests/src/rtClassMap.php Tue Jun 2 08:03:32 2009
@@ -1,20 +1,10 @@
<?php
/**
- * rtClassMap
- *
* Autoload Class Map
*
* This is a generated file. Do not edit!
*
* To re-generate this file, run the script BuildClassMap.php.
- *
- * @category Testing
- * @package RUNTESTS
- * @author Zoe Slattery <[email protected]>
- * @author Stefan Priebsch <[email protected]>
- * @copyright 2009 The PHP Group
- * @license http://www.php.net/license/3_01.txt PHP License 3.01
- *
*/
$rtClassMap = array(
'rtEnvironmentException' =>
'configuration/exceptions/rtEnvironmentException.php',
@@ -73,6 +63,7 @@
'rtTestOutputWriter' =>
'testcase/rtTestOutputWriter.php',
'rtTestPreCondition' =>
'testcase/rtTestPreCondition.php',
'rtTestResults' => 'testcase/rtTestResults.php',
+ 'rtTestStatus' => 'testcase/rtTestStatus.php',
'rtArgsSection' =>
'testcase/sections/configurationsections/rtArgsSection.php',
'rtCookieSection' =>
'testcase/sections/configurationsections/rtCookieSection.php',
'rtDeflatePostSection' =>
'testcase/sections/configurationsections/rtDeflatePostSection.php',
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php