diff --git a/tests/3-unit/GlpiPlugin/Formcreator/Field/CheckboxesField.php b/tests/3-unit/GlpiPlugin/Formcreator/Field/CheckboxesField.php index 1f4aa2d47..2cdc421e5 100644 --- a/tests/3-unit/GlpiPlugin/Formcreator/Field/CheckboxesField.php +++ b/tests/3-unit/GlpiPlugin/Formcreator/Field/CheckboxesField.php @@ -301,21 +301,21 @@ public function providerGetValueForTargetText() { 'values' => "[]" ]), 'value' => json_encode(['a']), - 'expected' => '
' + 'expected' => '' ], [ 'question' => $this->getQuestion([ 'values' => json_encode(['a', 'b', 'c']) ]), 'value' => json_encode(['a']), - 'expected' => 'a
' + 'expected' => 'a' ], [ 'question' => $this->getQuestion([ 'values' => json_encode(['a', 'b', 'c']) ]), 'value' => json_encode(['a', 'c']), - 'expected' => 'a
c
' + 'expected' => 'a