示例#1
0
文件: ConfigTests.php 项目: werx/core
 public function testCanGetEnvironment()
 {
     $config = new Config($this->getAppDir());
     $this->assertEquals('dev', $config->getEnvironment());
 }