Requires extra arguments to Asset constructor; list them in the package so Test::Asset can query and use them.
This commit is contained in:
parent
7b11f97aec
commit
48f239a178
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ use Test::More;
|
||||||
use Test::Deep;
|
use Test::Deep;
|
||||||
use Test::Exception;
|
use Test::Exception;
|
||||||
|
|
||||||
|
sub constructorExtras {
|
||||||
|
return shortcutToAssetId => 'PBasset000000000000001';
|
||||||
|
}
|
||||||
|
|
||||||
sub list_of_tables {
|
sub list_of_tables {
|
||||||
return [qw/assetData Shortcut/];
|
return [qw/assetData Shortcut/];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue