Inheritance: extends CLIFramework\Testing\CommandTestCase
示例#1
0
 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}");
 }