예제 #1
0
 public function testGetOpusInfo()
 {
     $data = Application_Configuration::getOpusInfo();
     $this->assertInternalType('array', $data);
     /* OPUSVIER-3542 Version not working the same way with git
        $this->assertArrayHasKey('admin_info_version', $data);
        $this->assertEquals($config->version, $data['admin_info_version']);
        */
 }