Bug 13895: (follow-up) Fix POST response
[koha.git] / t / etc / schema.pl
1 use Modern::Perl;
2
3 return {
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',
9 };