Skip to content
Snippets Groups Projects

[RTFixed] Dev#176783 task#189903

Merged Henri-Damien LAURENT requested to merge dev#176783_task#189903 into master
Compare and Show latest version
1 file
+ 1
1
Preferences
Compare changes
@@ -269,7 +269,7 @@ class PayfipTemplatesAbonneRefreshPayfipandIlsUpdatedTest extends PayfipTemplate
protected function _openUrl() : void {
$web_client = new class() {
public function open_url($url) : string {
$map = [ '/GetPatronInfo/patronId/4' => 'patronInfoWithDebts.xml'];
$map = [ '/GetPatronInfo/patronId/1234' => 'patronInfoWithDebts.xml'];
foreach($map as $url_part => $response_file)
if (false !== strpos($url, $url_part))