public function setUp() { parent::setUp(); putenv('PHPBREW_HOME=' . getcwd() . '/.phpbrew'); putenv('PHPBREW_ROOT=' . getcwd() . '/.phpbrew'); }
public function setUp() { parent::setUp(); $this->runCommand("phpbrew use {$this->primaryVersion}"); }
public function setUp() { parent::setUp(); $versionName = $this->getPrimaryVersion(); $this->runCommand("phpbrew use php-{$versionName}"); }