zoe Mon May 25 08:36:59 2009 UTC Modified files: /phpruntests/src/configuration/settings rtTestFileSetting.php rtPhpExecutableSetting.php rtWorkingDirectorySetting.php rtPhpCommandLineArgSetting.php rtTestDirectorySetting.php rtPhpCgiExecutableSetting.php rtLogFormatSetting.php rtCurrentDirectorySetting.php Log: doc blocs
http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtTestFileSetting.php?r1=1.3&r2=1.4&diff_format=u Index: phpruntests/src/configuration/settings/rtTestFileSetting.php diff -u phpruntests/src/configuration/settings/rtTestFileSetting.php:1.3 phpruntests/src/configuration/settings/rtTestFileSetting.php:1.4 --- phpruntests/src/configuration/settings/rtTestFileSetting.php:1.3 Fri Apr 24 08:41:25 2009 +++ phpruntests/src/configuration/settings/rtTestFileSetting.php Mon May 25 08:36:59 2009 @@ -1,9 +1,19 @@ <?php - /** - * Class for setting a file or list of PHPT files to be run. These are provided either - * from the command line or as lists in files using the command line -r or -l options + * rtTestFileSetting * + * Class for setting a file or list of PHPT files to be run. + * These are provided either from the command line or as + * lists in files using the command line -r or -l options + * + * @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 rtTestFileSetting extends rtSetting { http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtPhpExecutableSetting.php?r1=1.5&r2=1.6&diff_format=u Index: phpruntests/src/configuration/settings/rtPhpExecutableSetting.php diff -u phpruntests/src/configuration/settings/rtPhpExecutableSetting.php:1.5 phpruntests/src/configuration/settings/rtPhpExecutableSetting.php:1.6 --- phpruntests/src/configuration/settings/rtPhpExecutableSetting.php:1.5 Tue May 12 09:15:19 2009 +++ phpruntests/src/configuration/settings/rtPhpExecutableSetting.php Mon May 25 08:36:59 2009 @@ -1,8 +1,17 @@ <?php - /** - * Class to set the PHP executable to be tested + * rtPhpExecutableSetting * + * Class to set the PHP executable to be tested. + * + * @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 rtPhpExecutableSetting extends rtSetting { http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtWorkingDirectorySetting.php?r1=1.3&r2=1.4&diff_format=u Index: phpruntests/src/configuration/settings/rtWorkingDirectorySetting.php diff -u phpruntests/src/configuration/settings/rtWorkingDirectorySetting.php:1.3 phpruntests/src/configuration/settings/rtWorkingDirectorySetting.php:1.4 --- phpruntests/src/configuration/settings/rtWorkingDirectorySetting.php:1.3 Fri Apr 24 08:41:25 2009 +++ phpruntests/src/configuration/settings/rtWorkingDirectorySetting.php Mon May 25 08:36:59 2009 @@ -1,9 +1,18 @@ <?php - /** - * Class for setting the working directory (may be different to the directory - * that run-tests.php was started from) + * rtWorkingDirectorySetting * + * Class for setting the working directory (may be different to + * the directory that run-tests.php was started from) + * + * @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 rtWorkingDirectorySetting extends rtSetting { http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtPhpCommandLineArgSetting.php?r1=1.3&r2=1.4&diff_format=u Index: phpruntests/src/configuration/settings/rtPhpCommandLineArgSetting.php diff -u phpruntests/src/configuration/settings/rtPhpCommandLineArgSetting.php:1.3 phpruntests/src/configuration/settings/rtPhpCommandLineArgSetting.php:1.4 --- phpruntests/src/configuration/settings/rtPhpCommandLineArgSetting.php:1.3 Fri Apr 24 08:41:25 2009 +++ phpruntests/src/configuration/settings/rtPhpCommandLineArgSetting.php Mon May 25 08:36:59 2009 @@ -1,9 +1,18 @@ <?php - /** - * Sets the arguments to teh PHP command line, initially as ini overrides - * converted to -d flags + * rtPhpCommandLineArgSetting * + * Sets the arguments to the PHP command line. + * Initially as ini overrides, converted to -d flags + * + * @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 rtPhpCommandLineArgSetting extends rtSetting { http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtTestDirectorySetting.php?r1=1.3&r2=1.4&diff_format=u Index: phpruntests/src/configuration/settings/rtTestDirectorySetting.php diff -u phpruntests/src/configuration/settings/rtTestDirectorySetting.php:1.3 phpruntests/src/configuration/settings/rtTestDirectorySetting.php:1.4 --- phpruntests/src/configuration/settings/rtTestDirectorySetting.php:1.3 Fri Apr 24 08:41:25 2009 +++ phpruntests/src/configuration/settings/rtTestDirectorySetting.php Mon May 25 08:36:59 2009 @@ -1,9 +1,19 @@ <?php - /** - * Class for setting the test directory (or directories) - these contain PHPT files - * to be tested and can be provided on teh command line or by TEST_PHP_USER + * rtTestDirectorySetting * + * Class for setting the test directory (or directories) - these + * contain PHPT files to be tested and can be provided on + * the command line or by TEST_PHP_USER + * + * @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 rtTestDirectorySetting extends rtSetting { http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php?r1=1.9&r2=1.10&diff_format=u Index: phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php diff -u phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php:1.9 phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php:1.10 --- phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php:1.9 Fri May 15 06:48:07 2009 +++ phpruntests/src/configuration/settings/rtPhpCgiExecutableSetting.php Mon May 25 08:36:59 2009 @@ -1,8 +1,17 @@ <?php - /** - * Class for setting the PHP CGI executable + * rtPhpCgiSetting * + * Class for setting the PHP CGI executable name + * + * @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 rtPhpCgiExecutableSetting extends rtSetting { http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtLogFormatSetting.php?r1=1.2&r2=1.3&diff_format=u Index: phpruntests/src/configuration/settings/rtLogFormatSetting.php diff -u phpruntests/src/configuration/settings/rtLogFormatSetting.php:1.2 phpruntests/src/configuration/settings/rtLogFormatSetting.php:1.3 --- phpruntests/src/configuration/settings/rtLogFormatSetting.php:1.2 Mon Apr 20 20:24:30 2009 +++ phpruntests/src/configuration/settings/rtLogFormatSetting.php Mon May 25 08:36:59 2009 @@ -1,8 +1,21 @@ <?php - /** - * Sets the format of the log file + * rtLogFormatSetting * + * Determines which log files ae written. + * L=log, E=exp, O=out, D=diff + * + * @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/ + * + */ +/* + * @todo don't have anything implemented that checks this yet */ class rtLogFormatSetting extends rtSetting { http://cvs.php.net/viewvc.cgi/phpruntests/src/configuration/settings/rtCurrentDirectorySetting.php?r1=1.3&r2=1.4&diff_format=u Index: phpruntests/src/configuration/settings/rtCurrentDirectorySetting.php diff -u phpruntests/src/configuration/settings/rtCurrentDirectorySetting.php:1.3 phpruntests/src/configuration/settings/rtCurrentDirectorySetting.php:1.4 --- phpruntests/src/configuration/settings/rtCurrentDirectorySetting.php:1.3 Sun Apr 26 06:54:12 2009 +++ phpruntests/src/configuration/settings/rtCurrentDirectorySetting.php Mon May 25 08:36:59 2009 @@ -1,8 +1,17 @@ <?php - /** - * Class to set the directory at the start of the run + * rtCurrentDirectorySetting * + * Class to set the directory at the start of the run + * + * @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 rtCurrentDirectorySetting extends rtSetting {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php