Fix RT#82944
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / lib / TestApp.pm
index 619b4dd..a58b02a 100644 (file)
@@ -4,8 +4,4 @@ use strict;
 use Catalyst;
 use Data::Dumper;
 
-TestApp->config( $ENV{TESTAPP_CONFIG} );
-
-TestApp->setup( @{$ENV{TESTAPP_PLUGINS}} );
-
 1;