stop using Moo as a test package
[catagits/Catalyst-Runtime.git] / t / lib / TestAppIndexDefault.pm
index 9a129cb..57e3f85 100644 (file)
@@ -1,8 +1,11 @@
 package TestAppIndexDefault;
 use strict;
 use warnings;
+use TestLogger;
 use Catalyst;
 
+__PACKAGE__->log(TestLogger->new);
+
 __PACKAGE__->setup;
 
 1;