Skip to content

Commit

Permalink
Fix for php8
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 10, 2022
1 parent cfec02a commit 7ff3076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit/CodingPhpTest.php
Expand Up @@ -432,7 +432,7 @@ public function testPHP()
break;
}
}
$this->assertTrue($ok, 'Found a $_SERVER[\'QUERY_STRING\'] without dol_escape_htmltag neither dol_string_nohtmltag around it, in file '.$file['relativename'].' ('.$val[1].'$_SERVER[\'QUERY_STRING\']). Bad.');
$this->assertTrue($ok, 'Found a $_SERVER[\'QUERY_STRING\'] without dol_escape_htmltag neither dol_string_nohtmltag around it, in file '.$file['relativename'].'. Bad.');


// Test that first param of print_liste_field_titre is a translation key and not the translated value
Expand Down

0 comments on commit 7ff3076

Please sign in to comment.