コード例 #1
0
ファイル: CacheTest.php プロジェクト: relue/magento2
 public function testGetDbAdapter()
 {
     $this->assertInstanceOf('Zend_Db_Adapter_Abstract', $this->_model->getDbAdapter());
 }