zoe Tue Apr 28 20:23:43 2009 UTC
Modified files:
/phpruntests/src/testcase/sections/executablesections
rtFileSection.php
Log:
add line to get a post / stdin file
http://cvs.php.net/viewvc.cgi/phpruntests/src/testcase/sections/executablesections/rtFileSection.php?r1=1.6&r2=1.7&diff_format=u
Index: phpruntests/src/testcase/sections/executablesections/rtFileSection.php
diff -u
phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.6
phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.7
--- phpruntests/src/testcase/sections/executablesections/rtFileSection.php:1.6
Mon Apr 27 21:06:20 2009
+++ phpruntests/src/testcase/sections/executablesections/rtFileSection.php
Tue Apr 28 20:23:43 2009
@@ -34,6 +34,7 @@
$phpCommand .= ' '.
$testCase->testConfiguration->getPhpCommandLineArguments();
$phpCommand .= ' -f '.$this->fileName;
$phpCommand .= '
'.$testCase->testConfiguration->getTestCommandLineArguments();
+ $phpCommand .= '
'.$testCase->testConfiguration->getInputFileString();
$PhpRunner = new rtPhpRunner($phpCommand,
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php