zoe             Mon May 25 08:46:27 2009 UTC

  Modified files:              
    /phpruntests/src/configuration/windows      rtWinConfiguration.php 
                                                rtWinEnvironmentVariables.php 
                                                rtWinPreConditionList.php 
                                                rtWinSettingList.php 
  Log:
  doc blocks
  
http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/windows/rtWinConfiguration.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/configuration/windows/rtWinConfiguration.php
diff -u phpruntests/src/configuration/windows/rtWinConfiguration.php:1.2 
phpruntests/src/configuration/windows/rtWinConfiguration.php:1.3
--- phpruntests/src/configuration/windows/rtWinConfiguration.php:1.2    Fri Apr 
24 08:41:26 2009
+++ phpruntests/src/configuration/windows/rtWinConfiguration.php        Mon May 
25 08:46:27 2009
@@ -1,7 +1,17 @@
 <?php
 /**
- * Class to adapt global environment to Windows
+ * rtWinConfiguration
  *
+ * Windows specific configuration
+ * 
+ * @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 rtWinConfiguration extends rtRuntestsConfiguration
 {
http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/windows/rtWinEnvironmentVariables.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/configuration/windows/rtWinEnvironmentVariables.php
diff -u phpruntests/src/configuration/windows/rtWinEnvironmentVariables.php:1.2 
phpruntests/src/configuration/windows/rtWinEnvironmentVariables.php:1.3
--- phpruntests/src/configuration/windows/rtWinEnvironmentVariables.php:1.2     
Fri Apr 24 08:41:26 2009
+++ phpruntests/src/configuration/windows/rtWinEnvironmentVariables.php Mon May 
25 08:46:27 2009
@@ -1,7 +1,17 @@
 <?php
 /**
- * Class to adapt environment variable list to Windows
+ * rtWinEnvironmentVariables
  *
+ * Windows specific environment variables
+ * 
+ * @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 rtWinEnvironmentVariables extends rtEnvironmentVariables
 {    
http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/windows/rtWinPreConditionList.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/configuration/windows/rtWinPreConditionList.php
diff -u phpruntests/src/configuration/windows/rtWinPreConditionList.php:1.2 
phpruntests/src/configuration/windows/rtWinPreConditionList.php:1.3
--- phpruntests/src/configuration/windows/rtWinPreConditionList.php:1.2 Fri Apr 
24 08:41:26 2009
+++ phpruntests/src/configuration/windows/rtWinPreConditionList.php     Mon May 
25 08:46:27 2009
@@ -1,7 +1,17 @@
 <?php
 /**
- * Windows specific pre-condition list
+ * rtWinPreConditionList
  *
+ * Windows specific pre-conditions
+ * 
+ * @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 rtWinPreConditionList extends rtPreconditionList
 {
http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/windows/rtWinSettingList.php?r1=1.2&r2=1.3&diff_format=u
Index: phpruntests/src/configuration/windows/rtWinSettingList.php
diff -u phpruntests/src/configuration/windows/rtWinSettingList.php:1.2 
phpruntests/src/configuration/windows/rtWinSettingList.php:1.3
--- phpruntests/src/configuration/windows/rtWinSettingList.php:1.2      Fri Apr 
24 08:41:26 2009
+++ phpruntests/src/configuration/windows/rtWinSettingList.php  Mon May 25 
08:46:27 2009
@@ -1,7 +1,17 @@
 <?php
 /**
- * Windows specific setting list
+ * rtWinSettingList
  *
+ * Windows specific settings
+ * 
+ * @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 rtWinSettingList extends rtSettingList
 {



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

Reply via email to