Skip to content

Commit

Permalink
UTF-8 Multibyte (utf8mb4) support
Browse files Browse the repository at this point in the history
Fix TestCase::getMockDatabase to take into account the abstract getConnectionCollation method so that Unit Tests do not fail
  • Loading branch information
Nicholas K. Dionysopoulos committed Jun 15, 2015
1 parent eab66ac commit 06f6629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/core/mock/database/driver.php
Expand Up @@ -51,6 +51,7 @@ public static function create($test, $driver = '', array $extraMethods = array()
'freeResult',
'getAffectedRows',
'getCollation',
'getConnectionCollation',
'getConnectors',
'getDateFormat',
'getErrorMsg',
Expand Down

0 comments on commit 06f6629

Please sign in to comment.