public function testCreatesSuitableTableDataGatewayObjectWhenInstantiated()
 {
     $mapper = new ZFExt_Model_EntryMapper($this->_tableGateway);
     $this->assertTrue($mapper->_getGateway() instanceof Zend_Db_Table_Abstract);
 }