public function __construct() { parent::__construct('gvim +%2$d %1$s > /dev/null &'); }
public function __construct() { parent::__construct('mvim --remote-silent +%2$s %1$s'); }
public function testHandleEvent() { $this->if($field = new testedClass(uniqid()))->then->boolean($field->handleEvent(atoum\runner::runStart, new atoum\runner()))->isFalse()->variable($field->getRunner())->isNull()->boolean($field->handleEvent(atoum\runner::runStop, $runner = new atoum\runner()))->isTrue()->object($field->getRunner())->isIdenticalTo($runner); }
public function __construct() { parent::__construct('gedit %1$s +%2$d > /dev/null &'); }
public function getCommand() { return parent::getCommand() . ' --line %2$d %1$s &> /dev/null &'; }
public function setCommand($command) { return parent::setCommand($command . ' --line %2$d %1$s &> /dev/null &'); }