4 schema_class
=> 'Koha::Schema',
5 # This is the default option when nothing is defined
6 # connect_info => ['dbi:SQLite:dbname=:memory:','',''],
7 connect_opts
=> { name_sep
=> '.', quote_char
=> '`', sqlite_unicode
=> 1 },
8 fixture_class
=> '::Populate',