[DataAccess] Replace MySQLnd Mocks with Composite MySQLi Mocks.
Review Request #16 — Created Nov. 25, 2012 and submitted
Information | |
---|---|
pprkut | |
Lunr | |
master | |
Reviewers | |
lunr | |
This replaces the existing MySQLnd MySQL Connection Mocks with Composite Mocks of the MySQLi class. The MySQLnd Mocks rely on mysqlnd_uh, which is not yet available on PHP 5.4. Using the Composite Mocks we now have Lunr fully supported on 5.4 as well.
Unit Tests