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

rel #17078 : fix html5 validator in https

parent 716f224a
Branches
Tags 5.12
5 merge requests!545Master,!544Master,!543Master,!542Master,!538Dev#17078 view record in specific profile
......@@ -220,7 +220,7 @@ abstract class AbstractControllerTestCase extends Zend_Test_PHPUnit_ControllerTe
$content = $this->_response->getBody();
$httpClient = new Zend_Http_Client();
$httpClient->setUri('http://html5.validator.nu/');
$httpClient->setUri('https://html5.validator.nu/');
$httpClient->setMethod(Zend_Http_Client::POST);
$httpClient->setEncType(Zend_Http_Client::ENC_FORMDATA);
$httpClient->setParameterPost('out', 'text');
......
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