fix warnings in IOB test
This commit is contained in:
parent
328f3dfcec
commit
bb77bc484e
2 changed files with 3 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ $templateMock->set_isa('WebGUI::Asset::Template');
|
|||
$templateMock->set_always('getId', $templateId);
|
||||
my $templateVars;
|
||||
$templateMock->mock('process', sub { $templateVars = $_[1]; } );
|
||||
$templateMock->set_true('prepare');
|
||||
|
||||
use WebGUI::Asset::Wobject::InOutBoard;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue