コード例 #1
0
ファイル: ViewTest.php プロジェクト: phavour/phavour
 public function testConfig()
 {
     $this->assertCount(2, $this->view->getConfig());
     $this->assertEquals('bar', $this->view->config('foo'));
     $this->assertNull($this->view->config('invlidkey'));
 }