コード例 #1
0
 public function testSetupZf2appDir()
 {
     $this->helper->setConfigurations(array('sitename' => 'mySitename', 'zf2appDir' => 'demo'));
     $this->helper->setupZf2appDir();
     $this->assertNotEmpty($this->helper->getZf2appDir());
 }