Make sure we can load each DBICTest::Schema result individually
authorPeter Rabbitson <ribasushi@cpan.org>
Wed, 7 Aug 2013 07:09:19 +0000 (09:09 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 9 Sep 2013 06:49:28 +0000 (08:49 +0200)
commit79061be1316b4ac2aa25e60ef51dd8ffbd4e9132
treec281d03e5cfe2e196d9c6c957bcf8efb51ce36a6
parentced296a8eeeca701c84d415df24186ce287abdcc
Make sure we can load each DBICTest::Schema result individually

This will ensure tests always fail if some sort of circular load order
issue is encountered, and we won't have to wait for a particular random
loading sequence to blow up the tests
t/02_standalone_test_classes.t [new file with mode: 0644]