syntax check a few more modules
authorTony Cook <tony@develop-help.com>
Tue, 21 Apr 2020 09:44:55 +0000 (19:44 +1000)
committerTony Cook <tony@develop-help.com>
Tue, 21 Apr 2020 09:44:55 +0000 (19:44 +1000)
t/t000load.t

index f888adb8a45769ae442f5e53825f1dde954c44bc..8d31440da245967f228f9155b4778ae621200e34 100644 (file)
@@ -1,6 +1,6 @@
 #!perl -w
 use strict;
-use Test::More tests => 45;
+use Test::More;
 use_ok("BSE::Cfg");
 use_ok("Squirrel::Template");
 use_ok("BSE::Template");
@@ -10,6 +10,7 @@ use_ok("DevHelp::Formatter");
 use_ok("DevHelp::HTML");
 use_ok("DevHelp::Validate");
 use_ok("BSE::Variables");
+use_ok("BSE::PubSub");
 use_ok("BSE::TB::AuditLog");
 use_ok("BSE::TB::Tag");
 use_ok("BSE::TB::Tags");
@@ -19,6 +20,10 @@ use_ok("BSE::TB::TagOwner");
 use_ok("BSE::TB::TagOwners");
 use_ok("BSE::TB::Article");
 use_ok("BSE::TB::Articles");
+use_ok("BSE::TB::ProductOptionValues");
+use_ok("BSE::TB::ProductOptions");
+use_ok("BSE::TB::Product");
+use_ok("BSE::TB::Products");
 use_ok("BSE::TB::Coupons");
 use_ok("BSE::TB::Coupon");
 use_ok('BSE::Generate');
@@ -47,5 +52,7 @@ use_ok("BSE::Coupon::Dollar");
 use_ok("BSE::Coupon::ProductPercent");
 use_ok("BSE::UI::AdminShop");
 
+done_testing();
+
 my $builder = Test::Builder->new;
 $builder->is_passing or $builder->BAIL_OUT;