Beispiel #1
0
 public function testGetPHPReleaseListPath()
 {
     $this->withEnv(array(), function ($self) {
         $self->assertStringEndsWith('.phpbrew/php-releases.json', PhpBrew\Config::getPHPReleaseListPath());
     });
 }