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