Beispiel #1
0
 public function testGetFunctions()
 {
     $this->assertArrayHasKey('menuTabPanel', $this->extension->getFunctions());
     $this->assertArrayHasKey('tabPanel', $this->extension->getFunctions());
 }