From 37f068c51a5a68e06e421d76c9482bc9244b3287 Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@afi-sa.fr>
Date: Mon, 23 Feb 2015 10:58:54 +0100
Subject: [PATCH] rd #14085 pnb

add debug infos for failing test on CI
---
 tests/library/Class/WebService/Dilicom/PNBOffersParserTest.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/library/Class/WebService/Dilicom/PNBOffersParserTest.php b/tests/library/Class/WebService/Dilicom/PNBOffersParserTest.php
index 0f85a188b3b..c471265f1ca 100644
--- a/tests/library/Class/WebService/Dilicom/PNBOffersParserTest.php
+++ b/tests/library/Class/WebService/Dilicom/PNBOffersParserTest.php
@@ -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));
 	}
 
 
-- 
GitLab