zoe             Mon May 25 12:17:56 2009 UTC

  Modified files:              
    /phpruntests/src/testcase/sections  rtInformationSection.php 
                                        rtExecutableSection.php 
                                        rtConfigurationSection.php 
                                        rtOutputSection.php 
                                        rtSection.php 
  Log:
  doc blocs
  
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtInformationSection.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/testcase/sections/rtInformationSection.php
diff -u phpruntests/src/testcase/sections/rtInformationSection.php:1.2 
phpruntests/src/testcase/sections/rtInformationSection.php:1.3
--- phpruntests/src/testcase/sections/rtInformationSection.php:1.2      Fri Apr 
24 08:41:26 2009
+++ phpruntests/src/testcase/sections/rtInformationSection.php  Mon May 25 
12:17:56 2009
@@ -1,7 +1,17 @@
 <?php
 /**
- * Class for all information sections
+ * rtInformationSection
+ * 
+ * Parent class for information sections
  *
+ *
+ * @category  Testing
+ * @package   RUNTESTS
+ * @author    Zoe Slattery <z...@php.net>
+ * @author    Stefan Priebsch <sprieb...@php.net>
+ * @copyright 2009 The PHP Group
+ * @license   http://www.php.net/license/3_01.txt PHP License 3.01
+ * @link      http://qa.php.net/
  */
 class rtInformationSection extends rtSection
 {  
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtExecutableSection.php?r1=1.6&r2=1.7&diff_format=u
Index: phpruntests/src/testcase/sections/rtExecutableSection.php
diff -u phpruntests/src/testcase/sections/rtExecutableSection.php:1.6 
phpruntests/src/testcase/sections/rtExecutableSection.php:1.7
--- phpruntests/src/testcase/sections/rtExecutableSection.php:1.6       Mon May 
18 19:27:33 2009
+++ phpruntests/src/testcase/sections/rtExecutableSection.php   Mon May 25 
12:17:56 2009
@@ -1,6 +1,17 @@
 <?php
 /**
+ * rtExecutableSection
+ * 
+ * Parent class for executable sections
  *
+ *
+ * @category  Testing
+ * @package   RUNTESTS
+ * @author    Zoe Slattery <z...@php.net>
+ * @author    Stefan Priebsch <sprieb...@php.net>
+ * @copyright 2009 The PHP Group
+ * @license   http://www.php.net/license/3_01.txt PHP License 3.01
+ * @link      http://qa.php.net/
  */
 abstract class rtExecutableSection extends rtSection
 {
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtConfigurationSection.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/testcase/sections/rtConfigurationSection.php
diff -u phpruntests/src/testcase/sections/rtConfigurationSection.php:1.2 
phpruntests/src/testcase/sections/rtConfigurationSection.php:1.3
--- phpruntests/src/testcase/sections/rtConfigurationSection.php:1.2    Fri Apr 
24 08:41:26 2009
+++ phpruntests/src/testcase/sections/rtConfigurationSection.php        Mon May 
25 12:17:56 2009
@@ -1,6 +1,17 @@
 <?php
 /**
+ * rtConfigurationSection
+ * 
+ * Parent class for configuration sections
  *
+ *
+ * @category  Testing
+ * @package   RUNTESTS
+ * @author    Zoe Slattery <z...@php.net>
+ * @author    Stefan Priebsch <sprieb...@php.net>
+ * @copyright 2009 The PHP Group
+ * @license   http://www.php.net/license/3_01.txt PHP License 3.01
+ * @link      http://qa.php.net/
  */
 abstract class rtConfigurationSection extends rtSection
 {  
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtOutputSection.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/testcase/sections/rtOutputSection.php
diff -u phpruntests/src/testcase/sections/rtOutputSection.php:1.2 
phpruntests/src/testcase/sections/rtOutputSection.php:1.3
--- phpruntests/src/testcase/sections/rtOutputSection.php:1.2   Fri Apr 24 
08:41:26 2009
+++ phpruntests/src/testcase/sections/rtOutputSection.php       Mon May 25 
12:17:56 2009
@@ -1,7 +1,17 @@
 <?php
 /**
- * parent class for all expected output sections
+ * rtOutputSection
+ * 
+ * Parent class for test output (ie EXPECT...) sections
  *
+ *
+ * @category  Testing
+ * @package   RUNTESTS
+ * @author    Zoe Slattery <z...@php.net>
+ * @author    Stefan Priebsch <sprieb...@php.net>
+ * @copyright 2009 The PHP Group
+ * @license   http://www.php.net/license/3_01.txt PHP License 3.01
+ * @link      http://qa.php.net/
  */
 abstract class rtOutputSection extends rtSection
 {
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/rtSection.php?r1=1.11&r2=1.12&diff_format=u
Index: phpruntests/src/testcase/sections/rtSection.php
diff -u phpruntests/src/testcase/sections/rtSection.php:1.11 
phpruntests/src/testcase/sections/rtSection.php:1.12
--- phpruntests/src/testcase/sections/rtSection.php:1.11        Sun May 17 
12:52:16 2009
+++ phpruntests/src/testcase/sections/rtSection.php     Mon May 25 12:17:56 2009
@@ -1,7 +1,17 @@
 <?php
 /**
- * Parent class for all test case sections
+ * rtSection
+ * 
+ * Parent class for all test sections
  *
+ *
+ * @category  Testing
+ * @package   RUNTESTS
+ * @author    Zoe Slattery <z...@php.net>
+ * @author    Stefan Priebsch <sprieb...@php.net>
+ * @copyright 2009 The PHP Group
+ * @license   http://www.php.net/license/3_01.txt PHP License 3.01
+ * @link      http://qa.php.net/
  */
 abstract class rtSection
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to