Load WebGUI::Test before other modules so that it can fix up @INC to point to the main, non-test, libs. Thanks, cj!
This commit is contained in:
parent
0ef292d381
commit
8eb6de343b
1 changed files with 2 additions and 1 deletions
|
|
@ -12,11 +12,12 @@ use FindBin;
|
|||
use strict;
|
||||
use lib "$FindBin::Bin/../../lib";
|
||||
|
||||
use WebGUI::Test;
|
||||
|
||||
use WebGUI::Storage;
|
||||
use WebGUI::Asset;
|
||||
use WebGUI::Asset::File::ZipArchive;
|
||||
|
||||
use WebGUI::Test;
|
||||
use Test::More; # increment this value for each test you create
|
||||
use Test::Deep;
|
||||
plan tests => 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue