change installed column name to id, initial big test for standard version storage
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / deploy_methods / sql_translator_deprecated.t
CommitLineData
02d58ac0 1
2#!perl
3
4use Test::More;
5use Test::Exception;
6
7use lib 't/lib';
8use DBICDHTest;
9use DBICTest;
10use_ok 'DBIx::Class::DeploymentHandler::DeployMethod::SQL::Translator::Deprecated';
11
12done_testing;