getAdapterName() * * @return string */ public function getAdapterFullName() { return 'Zend_Queue_Adapter_' . $this->getAdapterName(); } public function getTestConfig() { return array('driverOptions' => array()); } // test the constants public function testConst() { } }