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

rel #16008 : fix test method name

parent 7026a61e
2 merge requests!393Master,!375Sandbox#16008 test sigb connexion factorisation
......@@ -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());
......
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