Example #1
0
 public function testConfig()
 {
     $this->assertCount(2, $this->view->getConfig());
     $this->assertEquals('bar', $this->view->config('foo'));
     $this->assertNull($this->view->config('invlidkey'));
 }