https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14778 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #102 from David Cook <dcook@prosentient.com.au> --- I'm using the following: use t::lib::Mocks; BEGIN { t::lib::Mocks::mock_dbh; } However, I'm still getting the warning: DBIx::Class::Storage::DBI::_warn_undetermined_driver(): This version of DBIC does not yet seem to supply a driver for your particular RDBMS and/or connection method ('Mock'). While we will attempt to continue anyway, the results are likely to be underwhelming. Please upgrade DBIC, and if this message does not go away, file a bugreport including the following info: I'm using the newest DBIx::Class, so I don't think it's a case of upgrading DBIC. -- You are receiving this mail because: You are watching all bug changes.