Fix a bad use test in Shop/Tax.t
Begin Tax.pm, using Class::InsideOut with a basic constructor and a session method.
This commit is contained in:
parent
a476909952
commit
cf3ed73830
2 changed files with 57 additions and 1 deletions
|
|
@ -33,9 +33,10 @@ plan tests => 1 + $tests;
|
|||
#----------------------------------------------------------------------------
|
||||
# put your tests here
|
||||
|
||||
my $loaded = use_ok('WebGUI::Shop::Tax', 'Tax module loaded');
|
||||
my $loaded = use_ok('WebGUI::Shop::Tax');
|
||||
|
||||
SKIP: {
|
||||
|
||||
skip 'Unable to load module WebGUI::Shop::Tax', $tests unless $loaded;
|
||||
|
||||
my $taxer = WebGUI::Shop::Tax->new($session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue