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