Skip to content
Snippets Groups Projects
Commit 37f068c5 authored by Laurent's avatar Laurent
Browse files

rd #14085 pnb

add debug infos for failing test on CI
parent 47b5060c
Branches
Tags
4 merge requests!780Master,!722Master,!717Master,!714Rd #14085 pnb
......@@ -80,7 +80,8 @@ class DilicomPNBOfferParserTest extends Storm_Test_ModelTestCase {
public function firstAlbumDownloadedThumbnailShouldBeSmallDotJpg() {
$this->_books[0]->import();
$this->assertTrue($this->_http_client->methodHasBeenCalledWithParams('open_url',
['http://assets.edenlivres.fr/assets/publications/23416/cover/small.jpg']));
['http://assets.edenlivres.fr/assets/publications/23416/cover/small.jpg']),
$this->_http_client->getFirstAttributeForMethodCallAt('open_url', 0));
}
......
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