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

hotline #22214 update fixture to match new call to fnac

parent be1d14ae
Branches
Tags
3 merge requests!780Master,!757Stable,!756Hotline #22214 fnac resume update
......@@ -47,7 +47,7 @@ class FnactHarryPotterTest extends FnacTestCase {
$this->_http_client
->whenCalled('open_url')
->with('http://www3.fnac.com/advanced/book.do?isbn=2070572676')
->with('http://recherche.fnac.com/r/2070572676')
->answers(file_get_contents(realpath(dirname(__FILE__)). '/../../../fixtures/fnac_harry_potter_front.html'))
->whenCalled('open_url')
......@@ -101,7 +101,7 @@ class FnactNoLinkFoundTest extends FnacTestCase {
$this->_http_client
->whenCalled('open_url')
->with('http://www3.fnac.com/advanced/book.do?isbn=2070572676')
->with('http://recherche.fnac.com/r/2070572676')
->answers('bla bla bla')
->beStrict();
}
......
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