zoe Mon May 25 12:09:17 2009 UTC
Modified files:
/phpruntests/src/testcase/sections/informationsections
rtTestHeaderSection.php
rtCreditsSection.php
rtXfailSection.php
Log:
doc blocks
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/informationsections/rtTestHeaderSection.php?r1=1.2&r2=1.3&diff_format=u
Index:
phpruntests/src/testcase/sections/informationsections/rtTestHeaderSection.php
diff -u
phpruntests/src/testcase/sections/informationsections/rtTestHeaderSection.php:1.2
phpruntests/src/testcase/sections/informationsections/rtTestHeaderSection.php:1.3
---
phpruntests/src/testcase/sections/informationsections/rtTestHeaderSection.php:1.2
Fri Apr 24 08:41:26 2009
+++
phpruntests/src/testcase/sections/informationsections/rtTestHeaderSection.php
Mon May 25 12:09:17 2009
@@ -1,6 +1,16 @@
<?php
/**
- * Class for the --TEST-- section
+ * rtTestHeaderSection
+ *
+ * Deals with information in test header (TEST) section
+ *
+ * @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
+ * @link http://qa.php.net/
*/
class rtTestHeaderSection extends rtInformationSection
{
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/informationsections/rtCreditsSection.php?r1=1.2&r2=1.3&diff_format=u
Index:
phpruntests/src/testcase/sections/informationsections/rtCreditsSection.php
diff -u
phpruntests/src/testcase/sections/informationsections/rtCreditsSection.php:1.2
phpruntests/src/testcase/sections/informationsections/rtCreditsSection.php:1.3
---
phpruntests/src/testcase/sections/informationsections/rtCreditsSection.php:1.2
Fri Apr 24 08:41:26 2009
+++ phpruntests/src/testcase/sections/informationsections/rtCreditsSection.php
Mon May 25 12:09:17 2009
@@ -1,7 +1,16 @@
<?php
/**
- * Class for --CREDITS-- section
+ * rtCreditsSection
+ *
+ * Deals with information in test credits section
*
+ * @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
+ * @link http://qa.php.net/
*/
class rtCreditsSection extends rtInformationSection
{
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/informationsections/rtXfailSection.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/testcase/sections/informationsections/rtXfailSection.php
diff -u
phpruntests/src/testcase/sections/informationsections/rtXfailSection.php:1.2
phpruntests/src/testcase/sections/informationsections/rtXfailSection.php:1.3
---
phpruntests/src/testcase/sections/informationsections/rtXfailSection.php:1.2
Fri Apr 24 08:41:26 2009
+++ phpruntests/src/testcase/sections/informationsections/rtXfailSection.php
Mon May 25 12:09:17 2009
@@ -1,7 +1,16 @@
<?php
/**
- * Class for the --XFAIL-- section
+ * rtXfailSection
+ *
+ * Deals with information in the Xfail section
*
+ * @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
+ * @link http://qa.php.net/
*/
class rtXfailSection extends rtInformationSection
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php