Skip to content
Snippets Groups Projects
Commit 33cc20c5 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #75742 add response body to debug

parent 6e5ee097
Branches
Tags
3 merge requests!2684Master,!2682Dev#75742 amelioration de la visibilite des thesaurus,!2677Dev#75742 amelioration de la visibilite des thesaurus
Pipeline #4308 failed with stage
in 33 minutes and 32 seconds
......@@ -211,6 +211,8 @@ class Thesauri_ThesauriAdminIndexDispatchTest extends Thesauri_ThesauriTestCase
/** @test */
public function thesauriIndexLinkShouldBePresent() {
$this->assertXpathContentContains('//a[contains(@href, "/thesauri/index")]', 'Parcourir les Thesaurus');
$this->assertXpathContentContains('//a[contains(@href, "/thesauri/index")]',
'Parcourir les Thesaurus',
$this->_response->getBody());
}
}
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