View | Details | Raw Unified | Return to bug 18286
Collapse All | Expand All

(-)a/t/etc/schema.pl (-1 / +9 lines)
Line 0 Link Here
0
- 
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
};

Return to bug 18286