Skip to content
Snippets Groups Projects
Commit 99af5032 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

hotline #56180 : fix failure

parent 58a82850
Branches
Tags
2 merge requests!2334Master,!2127hotline #56180 : force https in dilicom preview url if needed
Pipeline #1244 passed with stage
in 13 minutes and 26 seconds
......@@ -366,6 +366,12 @@ class ZendAfi_View_Helper_RenderAlbumDilicomPNBTest extends ZendAfi_View_Helper_
}
public function tearDown() {
unset($_SERVER['HTTPS']);
parent::tearDown();
}
/** @test */
public function htmlShouldContainsIFrameOnEdenBook() {
$this->assertXPath($this->_html,
......
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