PDF rausgenommen
This commit is contained in:
16
msd2/tracking/piwik/plugins/Overlay/config/ui-test.php
Normal file
16
msd2/tracking/piwik/plugins/Overlay/config/ui-test.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
// Overlay needs the full URLs in order to find the links in the embedded page (otherwise the %
|
||||
// tooltips don't show up)
|
||||
'tests.ui.url_normalizer_blacklist.api' => DI\add(array(
|
||||
'Overlay.getFollowingPages',
|
||||
)),
|
||||
'tests.ui.url_normalizer_blacklist.controller' => DI\add(array(
|
||||
'Overlay.renderSidebar',
|
||||
'Overlay.index',
|
||||
'Overlay.startOverlaySession',
|
||||
)),
|
||||
|
||||
);
|
Reference in New Issue
Block a user