zoe Mon May 25 12:12:47 2009 UTC
Modified files:
/phpruntests/src/testcase/sections/outputsections
rtExpectSection.php
rtExpectRegexSection.php
rtExpectHeadersSection.php
rtExpectFSection.php
Log:
doc blocks
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/outputsections/rtExpectSection.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/testcase/sections/outputsections/rtExpectSection.php
diff -u
phpruntests/src/testcase/sections/outputsections/rtExpectSection.php:1.2
phpruntests/src/testcase/sections/outputsections/rtExpectSection.php:1.3
--- phpruntests/src/testcase/sections/outputsections/rtExpectSection.php:1.2
Fri Apr 24 08:41:26 2009
+++ phpruntests/src/testcase/sections/outputsections/rtExpectSection.php
Mon May 25 12:12:47 2009
@@ -1,6 +1,16 @@
<?php
/**
- * Class representing expected output and actual output
+ * rtExpectSection
+ *
+ * Class for handling EXPECT sections
+ *
+ * @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 rtExpectSection extends rtOutputSection
{
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/outputsections/rtExpectRegexSection.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/testcase/sections/outputsections/rtExpectRegexSection.php
diff -u
phpruntests/src/testcase/sections/outputsections/rtExpectRegexSection.php:1.2
phpruntests/src/testcase/sections/outputsections/rtExpectRegexSection.php:1.3
---
phpruntests/src/testcase/sections/outputsections/rtExpectRegexSection.php:1.2
Fri Apr 24 08:41:26 2009
+++ phpruntests/src/testcase/sections/outputsections/rtExpectRegexSection.php
Mon May 25 12:12:47 2009
@@ -1,6 +1,16 @@
<?php
/**
- * Class representing expected output and actual output
+ * rtExpectRegexSection
+ *
+ * Class for handling EXPECTREGEX sections
+ *
+ * @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 rtExpectRegexSection extends rtOutputSection
{
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/outputsections/rtExpectHeadersSection.php?r1=1.1&r2=1.2&diff_format=u
Index:
phpruntests/src/testcase/sections/outputsections/rtExpectHeadersSection.php
diff -u
phpruntests/src/testcase/sections/outputsections/rtExpectHeadersSection.php:1.1
phpruntests/src/testcase/sections/outputsections/rtExpectHeadersSection.php:1.2
---
phpruntests/src/testcase/sections/outputsections/rtExpectHeadersSection.php:1.1
Thu May 14 19:56:30 2009
+++ phpruntests/src/testcase/sections/outputsections/rtExpectHeadersSection.php
Mon May 25 12:12:47 2009
@@ -1,7 +1,7 @@
<?php
/**
* rtExpectHeadersSection
- * Sets environment variables for EXPECT_HEADERS section
+ * Class for expected headers (EXPECT_HEADERS) section
*
*
* @category Testing
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/outputsections/rtExpectFSection.php?r1=1.3&r2=1.4&diff_format=u
Index: phpruntests/src/testcase/sections/outputsections/rtExpectFSection.php
diff -u
phpruntests/src/testcase/sections/outputsections/rtExpectFSection.php:1.3
phpruntests/src/testcase/sections/outputsections/rtExpectFSection.php:1.4
--- phpruntests/src/testcase/sections/outputsections/rtExpectFSection.php:1.3
Wed May 13 16:58:27 2009
+++ phpruntests/src/testcase/sections/outputsections/rtExpectFSection.php
Mon May 25 12:12:47 2009
@@ -1,6 +1,16 @@
<?php
/**
- * Class representing expected and actual output from a test
+ * rtExpectFSection
+ *
+ * Class for handling EXPECTF sections
+ *
+ * @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 rtExpectFSection extends rtOutputSection
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php