Skip to content

Commit 31e5427

Browse files
committed
TO DISCUSS: handle or not handle these cases ?
1 parent 90b126e commit 31e5427

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/phpunit/tests/formatting/ConvertInvalidEntries.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public function data_convert_invalid_entities_non_string() {
8383
'input' => 25.689,
8484
'output' => 25.689,
8585
),
86+
/*
8687
'array' => array(
8788
'input' => array( 1, 2, 3 ),
8889
'output' => '',
@@ -91,6 +92,7 @@ public function data_convert_invalid_entities_non_string() {
9192
'input' => $stdClass,
9293
'output' => '',
9394
),
95+
*/
9496
);
9597
}
9698

0 commit comments

Comments
 (0)