remove mocking, since we new use PseudoRequest
This commit is contained in:
parent
256b52a0d7
commit
41a8524daf
1 changed files with 0 additions and 4 deletions
|
|
@ -22,10 +22,6 @@ use Test::More;
|
|||
use Test::Deep;
|
||||
use Test::MockObject;
|
||||
|
||||
my $mock = Test::MockObject->new();
|
||||
$mock->fake_module('Apache2::Request');
|
||||
$mock->fake_module('Apache2::Upload');
|
||||
|
||||
my $session = WebGUI::Test->session;
|
||||
|
||||
my ($extensionTests, $fileIconTests) = setupDataDrivenTests($session);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue