File: schema-loader.t

package info (click to toggle)
liblingua-en-inflect-phrase-perl 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 313; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
use strict;
use warnings;
use Test::More;
use Test::NoWarnings ();
use lib 't/lib';
use TestPhrase 'test_phrase';

# some tests for odd cases in DBIx::Class::Schema::Loader

test_phrase 'loader test25 from', 'loader test25s from';

test_phrase 'belongs to', 'belongs to';

Test::NoWarnings::had_no_warnings;

done_testing;

# vim:et sts=2 sw=2 tw=0: