Skip to content

Commit d65953a

Browse files
committed
delete print_r
1 parent d887954 commit d65953a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Serialize/From/ArrayFromSerializeTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ class ArrayBestMatchSerialize extends Serialize
6161

6262
]);
6363

64-
65-
print_r($res->toArray());
66-
6764
expect($res)->toBeInstanceOf(ArrayBestMatchSerialize::class)
6865
->and($res->vols_1)->toBeArray();
6966

0 commit comments

Comments
 (0)