Skip to content
Snippets Groups Projects
Commit 650aa283 authored by Laurent's avatar Laurent
Browse files

hotline #77994: fix xhprof

parent 30661c4b
Branches
Tags
3 merge requests!2767Hotline,!2755Hotline,!2753hotline #77994: fix two favorites libraries
Pipeline #4650 failed with stage
in 45 minutes and 44 seconds
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/(google[a-z0-9]+\.html|xhprof_html|ckeditor|exploit|\.well-known)
RewriteCond %{REQUEST_URI} !^/(google[a-z0-9]+\.html|.*/xhprof_html|ckeditor|exploit|\.well-known)
RewriteCond %{REQUEST_FILENAME} !^.*/robots\.txt$ [NC]
RewriteRule !(userfiles|public|tmp|temp|skins|library/digital_resources/.*/js)/.*\.(js|ico|txt|gif|jpg|jpeg|png|css|xml|swf|mov|pdf|doc|docx|woff|woff2|eot|svg|ttf|xls|wsdl|mp3|m4v|ogg|ogv|epub|html|xhtml|asmx|zip|sql|bro|flv|mp4|webm|tgz|json|geojson|xsl)$ index.php [NC,NE]
......
......@@ -42,6 +42,16 @@ abstract class AbonneControllerSettingsTestCase extends AbstractControllerTestCa
ZendAfi_Auth::getInstance()->logUser($this->_user);
$this->onLoaderOfModel('Class_Catalogue')
->whenCalled('updateNoticesWithFacette')
->answers(true)
->whenCalled('saveThesaurus')
->answers(true)
->whenCalled('deleteThesaurusInFacette')
->answers(true);
$this->_music = $this->fixture('Class_Catalogue',
['id' => 1,
'libelle' => 'Music',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment