Пример #1
0
 /**
  * Used by:
  * - testAdapterOptionCaseFoldingNatural()
  * - testAdapterOptionCaseFoldingUpper()
  * - testAdapterOptionCaseFoldingLower()
  */
 protected function _testAdapterOptionCaseFoldingSetup(\Zend\DB\Adapter\AbstractAdapter $db)
 {
     $db->getConnection();
     $this->_util->setUp($db);
 }
Пример #2
0
 /**
  * Used by _testAdapterOptionCaseFoldingNatural()
  * SQLite needs to do metadata setup,
  * because it uses the in-memory database,
  * so that test suite will override this method.
  */
 protected function _testAdapterOptionCaseFoldingSetup(\Zend\DB\Adapter\AbstractAdapter $db)
 {
     $db->getConnection();
 }