zoe Mon May 25 12:39:47 2009 UTC
Modified files:
/phpruntests/src BuildClassMap.php rtText.php rtDirectoryList.php
rtUtil.php rtPhptFilterIterator.php rtClassMap.php
rtAutoload.php
Log:
doc blocks
http://cvs.php.net/viewvc.cgi/phpruntests/src/BuildClassMap.php?r1=1.3&r2=1.4&diff_format=u
Index: phpruntests/src/BuildClassMap.php
diff -u phpruntests/src/BuildClassMap.php:1.3
phpruntests/src/BuildClassMap.php:1.4
--- phpruntests/src/BuildClassMap.php:1.3 Mon May 11 13:20:55 2009
+++ phpruntests/src/BuildClassMap.php Mon May 25 12:39:46 2009
@@ -1,8 +1,17 @@
<?php
/**
+ * BuildClassMap
+ *
* This is stand alone code to build the file rtClassMap used by rtAutoload to
find classes.
* It assumes that all classes have the same name at the file name (less .php)
and all are prefixed by 'rt'
- *
+ *
+ * @category Testing
+ * @package run-tests
+ * @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
+ *
*/
$map = new BuildClassMap();
http://cvs.php.net/viewvc.cgi/phpruntests/src/rtText.php?r1=1.5&r2=1.6&diff_format=u
Index: phpruntests/src/rtText.php
diff -u phpruntests/src/rtText.php:1.5 phpruntests/src/rtText.php:1.6
--- phpruntests/src/rtText.php:1.5 Sat Apr 25 14:26:43 2009
+++ phpruntests/src/rtText.php Mon May 25 12:39:46 2009
@@ -2,21 +2,9 @@
/**
* rtText
*
- * @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/
- */
-
-/**
- * Reads texts stored in texts/ subdirectory
- *
* rtText reads named texts from texts/ subdirectory
* optionally replacing %n placeholders.
- *
+ *
* @category Testing
* @package RUNTESTS
* @author Zoe Slattery <[email protected]>
http://cvs.php.net/viewvc.cgi/phpruntests/src/rtDirectoryList.php?r1=1.3&r2=1.4&diff_format=u
Index: phpruntests/src/rtDirectoryList.php
diff -u phpruntests/src/rtDirectoryList.php:1.3
phpruntests/src/rtDirectoryList.php:1.4
--- phpruntests/src/rtDirectoryList.php:1.3 Mon Apr 20 20:24:30 2009
+++ phpruntests/src/rtDirectoryList.php Mon May 25 12:39:46 2009
@@ -1,8 +1,16 @@
<?php
-
/**
+ * rtDirectoryList
+ *
* Lists all of the directories under a top level directory.
* This is currently not used for anything
+ *
+ * @category Testing
+ * @package run-tests
+ * @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 rtDirectoryList
http://cvs.php.net/viewvc.cgi/phpruntests/src/rtUtil.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/rtUtil.php
diff -u phpruntests/src/rtUtil.php:1.2 phpruntests/src/rtUtil.php:1.3
--- phpruntests/src/rtUtil.php:1.2 Mon Apr 20 16:57:31 2009
+++ phpruntests/src/rtUtil.php Mon May 25 12:39:46 2009
@@ -1,7 +1,16 @@
<?php
-
/**
+ * rtUtil
*
+ * Static utility methods
+ *
+ * @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 rtUtil
{
http://cvs.php.net/viewvc.cgi/phpruntests/src/rtPhptFilterIterator.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/rtPhptFilterIterator.php
diff -u phpruntests/src/rtPhptFilterIterator.php:1.2
phpruntests/src/rtPhptFilterIterator.php:1.3
--- phpruntests/src/rtPhptFilterIterator.php:1.2 Mon Apr 20 16:57:31 2009
+++ phpruntests/src/rtPhptFilterIterator.php Mon May 25 12:39:46 2009
@@ -1,6 +1,15 @@
<?php
-
/**
+ * rtPhpFilterIterator
+ *
+ * Filter for .phpt file types
+ *
+ * @category Testing
+ * @package run-tests
+ * @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 rtPhptFilterIterator extends FilterIterator
http://cvs.php.net/viewvc.cgi/phpruntests/src/rtClassMap.php?r1=1.9&r2=1.10&diff_format=u
Index: phpruntests/src/rtClassMap.php
diff -u phpruntests/src/rtClassMap.php:1.9 phpruntests/src/rtClassMap.php:1.10
--- phpruntests/src/rtClassMap.php:1.9 Fri May 15 09:58:21 2009
+++ phpruntests/src/rtClassMap.php Mon May 25 12:39:46 2009
@@ -1,10 +1,20 @@
<?php
/**
+ * rtClassMap
+ *
* Autoload Class Map
*
* This is a generated file. Do not edit!
*
* To re-generate this file, run the script BuildClassMap.php.
+ *
+ * @category Testing
+ * @package run-tests
+ * @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
+ *
*/
$rtClassMap = array(
'rtEnvironmentException' =>
'configuration/exceptions/rtEnvironmentException.php',
http://cvs.php.net/viewvc.cgi/phpruntests/src/rtAutoload.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/rtAutoload.php
diff -u phpruntests/src/rtAutoload.php:1.2 phpruntests/src/rtAutoload.php:1.3
--- phpruntests/src/rtAutoload.php:1.2 Mon Apr 20 16:57:31 2009
+++ phpruntests/src/rtAutoload.php Mon May 25 12:39:46 2009
@@ -1,11 +1,21 @@
<?php
-
-rtAutoload::init();
-
/**
+ * rtAutoload
+ *
* Autoloader using a map file (rtClassMap.php)
* defining the file to load each class from.
+ *
+ * @category Testing
+ * @package run-tests
+ * @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
+ *
*/
+
+rtAutoload::init();
+
class rtAutoload
{
/**
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php