コード例 #1
0
ファイル: ControllerTest.php プロジェクト: Romua1d/core
 public function testGetEnvVariable()
 {
     $this->assertEquals('daheim', $this->controller->env('PATH'));
 }