From a394d0fc90d4f5c363d49bfeb5ff0675cd6a741c Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Fri, 12 Sep 2014 16:03:58 +0200
Subject: [PATCH] rel #16008 : fix test method name

---
 .../modules/cosmo/controllers/IntegrationControllerTest.php    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php
index 471a00f51f9..e6a6060abab 100644
--- a/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php
+++ b/cosmogramme/cosmozend/tests/application/modules/cosmo/controllers/IntegrationControllerTest.php
@@ -22,8 +22,7 @@
 
 class Cosmo_IntegrationControllerTest extends CosmoControllerTestCase {
 	/** @test */
-	public function fooShouldBar() {
-		$options = ['url_serveur' => 'http://localhost/ilsdi'];
+	public function responseShouldContainGetHeader() {
 		$this->dispatch('/cosmo/integration/test?type=7&options[url_serveur]=' . urlencode('http://localhost/ilsdi'), true);
 
 		$this->assertXPathContentContains('//*', 'GET /ilsdi/service/GetRecords/id/1 HTTP/1.1', $this->_response->getBody());
-- 
GitLab