method name refactor and downgrade code
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / version_storages / standard.t
CommitLineData
02d58ac0 1#!perl
2
3use Test::More;
4use Test::Exception;
5
6use lib 't/lib';
7use DBICDHTest;
8use DBICTest;
9use_ok 'DBIx::Class::DeploymentHandler::VersionStorage::Standard';
10
11done_testing;