Move uiLevel from a define to a property so it can be inherited.
This commit is contained in:
parent
029655d822
commit
a3614f5211
3 changed files with 7 additions and 13 deletions
|
|
@ -16,7 +16,7 @@ use lib "$FindBin::Bin/lib";
|
|||
|
||||
use WebGUI::Test;
|
||||
|
||||
use Test::More tests => 15;
|
||||
use Test::More tests => 16;
|
||||
use Test::Deep;
|
||||
use Test::Exception;
|
||||
|
||||
|
|
@ -48,7 +48,6 @@ my $session = WebGUI::Test->session;
|
|||
::can_ok +__PACKAGE__, 'get';
|
||||
::can_ok +__PACKAGE__, 'set';
|
||||
|
||||
::ok +__PACKAGE__->meta->does_role('WebGUI::Definition');
|
||||
::ok +__PACKAGE__->meta->does_role('WebGUI::Definition::Role::Object');
|
||||
|
||||
::cmp_deeply(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue