ZF-6888: Unit test failures when SQLite driver not installed
Description
NoRecordExistsTest.php & RecordExistsTest.php both produce multiple failures (un-caught exceptions) when the SQLite driver is not install.
NoRecordExistsTest.php & RecordExistsTest.php both produce multiple failures (un-caught exceptions) when the SQLite driver is not install.
Comments
Posted by Simon Westcott (swestcott) on 2009-06-02T15:00:31.000+0000
Attached patch file, uses markTestSkipped is setUp() when SQLite is not installed.
Posted by Thomas Weidner (thomas) on 2009-06-08T13:38:30.000+0000
Fixed with r15951