zoe             Mon Apr 27 21:06:20 2009 UTC

  Modified files:              
    /phpruntests/src/testcase/sections/executablesections       
                                                                
rtFileSection.php 
  Log:
  Fixing comment block
  
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/executablesections/rtFileSection.php?r1=1.5&r2=1.6&diff_format=u
Index: phpruntests/src/testcase/sections/executablesections/rtFileSection.php
diff -u 
phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.5 
phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.6
--- phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.5  
Sun Apr 26 22:44:35 2009
+++ phpruntests/src/testcase/sections/executablesections/rtFileSection.php      
Mon Apr 27 21:06:20 2009
@@ -1,17 +1,6 @@
 <?php
 /**
  * rtFileSection
- *
- * @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/
- */
-
-/**
  * Executes the code in the --FILE-- section
  *
  *
@@ -39,8 +28,7 @@
 
         $phpExecutable = $testCase->testConfiguration->getPhpExecutable();
 
-
-        // The CGI excutable is null if it is not available, check and SKIP if 
asubstrppropriate
+        // The CGI excutable is null if it is not available, check and SKIP if 
necessary
         if ($phpExecutable != null) {
             $phpCommand = $phpExecutable;
             $phpCommand .= ' '. 
$testCase->testConfiguration->getPhpCommandLineArguments();



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

Reply via email to