Remove FindBin from test class sub-modules.
This commit is contained in:
parent
790ccbe046
commit
41fffbaf37
46 changed files with 1 additions and 96 deletions
|
|
@ -8,17 +8,12 @@ package Test::WebGUI::Asset;
|
|||
#-------------------------------------------------------------------
|
||||
# http://www.plainblack.com info@plainblack.com
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
|
||||
use base qw/My::Test::Class/;
|
||||
use WebGUI::Test;
|
||||
|
||||
use Test::More;
|
||||
use Test::Deep;
|
||||
use Test::Exception;
|
||||
use WebGUI::Exception;
|
||||
use WebGUI::Test;
|
||||
|
||||
sub assetUiLevel {
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue