This commit is contained in:
Fabien Potencier 2013-01-16 10:27:54 +01:00
parent 4c366252a5
commit 2dfe9660a2
3 changed files with 5 additions and 3 deletions

View File

@ -11,6 +11,8 @@
namespace Symfony\Component\Process\Tests;
use Symfony\Component\Process\Process;
/**
* @author Robert Schönthal <seroscho@googlemail.com>
*/
@ -307,7 +309,7 @@ abstract class AbstractProcessTest extends \PHPUnit_Framework_TestCase
* @param integer $timeout
* @param array $options
*
* @return \Symfony\Component\Process\Process
* @return Process
*/
abstract protected function getProcess($commandline, $cwd = null, array $env = null, $stdin = null, $timeout = 60, array $options = array());
}