zoe Tue Jun 2 11:49:58 2009 UTC
Added files:
/phpruntests/src/testcase rtTestStatus.php
Log:
adding a teststatus object
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/rtTestStatus.php?view=markup&rev=1.1
Index: phpruntests/src/testcase/rtTestStatus.php
+++ phpruntests/src/testcase/rtTestStatus.php
<?php
/**
* rtTestStatus
*
* This class represents the status (PASS, FAIL etc) of a single test case.
*
* @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
*
*/
class rtTestStatus {
}
?>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php