Inheritance: extends CLIFramework\Testing\CommandTestCase
Ejemplo n.º 1
0
 public function setUp()
 {
     parent::setUp();
     putenv('PHPBREW_HOME=' . getcwd() . '/.phpbrew');
     putenv('PHPBREW_ROOT=' . getcwd() . '/.phpbrew');
 }
Ejemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
     $this->runCommand("phpbrew use {$this->primaryVersion}");
 }
Ejemplo n.º 3
0
 public function setUp()
 {
     parent::setUp();
     $versionName = $this->getPrimaryVersion();
     $this->runCommand("phpbrew use php-{$versionName}");
 }