zoe Sun Apr 26 07:17:14 2009 UTC
Modified files:
/phpruntests/src/testcase/sections/executablesections
rtCleanSection.php
rtSkipIfSection.php
rtFileSection.php
Log:
Doc blocks
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/executablesections/rtCleanSection.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/testcase/sections/executablesections/rtCleanSection.php
diff -u
phpruntests/src/testcase/sections/executablesections/rtCleanSection.php:1.2
phpruntests/src/testcase/sections/executablesections/rtCleanSection.php:1.3
--- phpruntests/src/testcase/sections/executablesections/rtCleanSection.php:1.2
Fri Apr 24 08:41:26 2009
+++ phpruntests/src/testcase/sections/executablesections/rtCleanSection.php
Sun Apr 26 07:17:14 2009
@@ -1,6 +1,27 @@
<?php
/**
- * Class representing the clean test section
+ * rtCleanSection
+ *
+ * @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/
+ */
+
+/**
+ * Executes the code in the --CLEAN-- 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 rtCleanSection extends rtExecutableSection
{
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/executablesections/rtSkipIfSection.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/testcase/sections/executablesections/rtSkipIfSection.php
diff -u
phpruntests/src/testcase/sections/executablesections/rtSkipIfSection.php:1.2
phpruntests/src/testcase/sections/executablesections/rtSkipIfSection.php:1.3
---
phpruntests/src/testcase/sections/executablesections/rtSkipIfSection.php:1.2
Fri Apr 24 08:41:26 2009
+++ phpruntests/src/testcase/sections/executablesections/rtSkipIfSection.php
Sun Apr 26 07:17:14 2009
@@ -1,6 +1,27 @@
<?php
/**
- * Class representing the SkipIf test section
+ * rtSkipIfSection
+ *
+ * @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/
+ */
+
+/**
+ * Executes the code in the --SKIPIF-- 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 rtSkipIfSection extends rtExecutableSection
{
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/executablesections/rtFileSection.php?r1=1.3&r2=1.4&diff_format=u
Index: phpruntests/src/testcase/sections/executablesections/rtFileSection.php
diff -u
phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.3
phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.4
--- phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.3
Sun Apr 26 07:13:36 2009
+++ phpruntests/src/testcase/sections/executablesections/rtFileSection.php
Sun Apr 26 07:17:14 2009
@@ -1,6 +1,27 @@
<?php
/**
- * Class for the --FILE-- section
+ * rtFileSection
+ *
+ * @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/
+ */
+
+/**
+ * Executes the code in the --FILE-- 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 rtFileSection extends rtExecutableSection
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php