added tests
|
1 |
# Change quote for tests |
cleanup
|
2 |
use DBIx::Custom; |
added tests
|
3 |
{ |
4 |
package DBIx::Custom; |
|
5 |
no warnings 'redefine'; |
|
6 |
sub quote { '""' } |
|
7 |
} |
|
8 | ||
cleanup
|
9 |
use FindBin; |
added tests
|
10 | |
cleanup
|
11 |
require "$FindBin::Bin/dbix-custom-core-sqlite.t"; |