コード例 #1
0
ファイル: ConfigTest.php プロジェクト: JoeHorn/phpbrew
 public function testGetLookupPrefix()
 {
     $env = array('PHPBREW_LOOKUP_PREFIX' => getenv('PHPBREW_ROOT'));
     $this->withEnv($env, function ($self) {
         $self->assertStringEndsWith('.phpbrew', PhpBrew\Config::getLookupPrefix());
     });
 }