コード例 #1
0
 public function testCreatesSuitableTableDataGatewayObjectWhenInstantiated()
 {
     $mapper = new ZFExt_Model_EntryMapper($this->_tableGateway);
     $this->assertTrue($mapper->_getGateway() instanceof Zend_Db_Table_Abstract);
 }