diff --git a/tests/php-unit-tests/unitary-tests/sources/PropertyType/Serializer/XMLSerializerTest.php b/tests/php-unit-tests/unitary-tests/sources/PropertyType/Serializer/XMLSerializerTest.php index 783e6be0e..b73023ba1 100644 --- a/tests/php-unit-tests/unitary-tests/sources/PropertyType/Serializer/XMLSerializerTest.php +++ b/tests/php-unit-tests/unitary-tests/sources/PropertyType/Serializer/XMLSerializerTest.php @@ -283,7 +283,8 @@ XML, 'class_property' => 'class_b', ], ], - 'boolean_property' => true, + 'boolean_true' => true, + 'boolean_false' => false, 'integer_property' => 3, ], 'sPropertyTypeXML' => << - + + + + @@ -345,7 +349,8 @@ XML, class_b - true + true + false 3 XML,