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

@ -17,7 +17,7 @@
bottom: 0;
border-top: 1px solid #bbb;
}
.sf-toolbarreset span,
.sf-toolbarreset span,
.sf-toolbarreset div {
font-size: 11px;
}

View File

@ -8,4 +8,4 @@ class Foo4Command extends Command
{
$this->setName('foo3:bar:toh');
}
}
}

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());
}