Revision a5fe0a32
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
t/controllers/helpers/parse_filter.t | ||
---|---|---|
7 | 7 |
use_ok 'Support::TestSetup'; |
8 | 8 |
use_ok 'SL::Controller::Helper::ParseFilter'; |
9 | 9 |
|
10 |
undef *::any; # Test::Deep exports any (for junctions) and MoreCommon exports any (like in List::Moreutils) |
|
11 |
|
|
10 | 12 |
Support::TestSetup::login(); |
11 | 13 |
my ($filter, $expected); |
12 | 14 |
|
Auch abrufbar als: Unified diff
Konflikt: main::any wird sowohl von Test::Deep als auch von SL::MoreCommon exportiert.