From 09c18704f0bd74788d4dbb41f8b40ae21e682108 Mon Sep 17 00:00:00 2001 From: adelaunay Date: Fri, 17 Dec 2021 11:56:25 +0100 Subject: [PATCH] fix previous --- tests/functionnal/Reminder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functionnal/Reminder.php b/tests/functionnal/Reminder.php index 37c572e80e0..c97e6b69171 100644 --- a/tests/functionnal/Reminder.php +++ b/tests/functionnal/Reminder.php @@ -54,7 +54,7 @@ public function testAddVisibilityRestrict() $this->login('tech', 'tech'); $this->string(trim(preg_replace('/\s+/', ' ', \Reminder::addVisibilityRestrict()))) ->isIdenticalTo(preg_replace('/\s+/', ' ', "(`glpi_reminders`.`users_id` = '4' OR `glpi_reminders_users`.`users_id` = '4' OR (`glpi_profiles_reminders`.`profiles_id` - = '7' + = '6' AND (`glpi_profiles_reminders`.`entities_id` < '0')) OR (`glpi_entities_reminders`.`entities_id` IN ('0', '1', '2', '3')))"));