mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-24 13:54:28 +01:00
Fix CI
This commit is contained in:
@@ -157,7 +157,7 @@ class CodingSqlTest extends CommonClassTest
|
||||
// Allow ` for 'rank' column name only
|
||||
$filecontent = str_replace('`rank`', '_rank_', $filecontent);
|
||||
|
||||
$filecontent = str_replace(array('["', '"]', '{"', '"}', '("', '")'), '__OKSTRING__', $filecontent);
|
||||
$filecontent = str_replace(array('["', '"]', '{"', '"}', '("', '")', 'href="', '">'), '__OKSTRING__', $filecontent);
|
||||
// To accept " after the comment tag
|
||||
//$filecontent = preg_replace('/^--.*$/', '', $filecontent);
|
||||
$filecontent = preg_replace('/--.*?\n/', '', $filecontent);
|
||||
|
||||
Reference in New Issue
Block a user