File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -838,8 +838,10 @@ public function testNoImpliedURLForEmptyProperties() {
838838EOD ;
839839
840840 $ output = Mf2 \parse ($ input );
841- $ this ->assertEquals ([], $ output ['items ' ][0 ]['properties ' ]['comment ' ][0 ]['properties ' ]);
842- $ this ->assertEquals ([], $ output ['items ' ][0 ]['properties ' ]['comment ' ][0 ]['children ' ][0 ]['properties ' ]);
841+ $ this ->assertInternalType ('array ' , $ output ['items ' ][0 ]['properties ' ]['comment ' ][0 ]['properties ' ]);
842+ $ this ->assertInternalType ('array ' , $ output ['items ' ][0 ]['properties ' ]['comment ' ][0 ]['children ' ][0 ]['properties ' ]);
843+ $ this ->assertEmpty ($ output ['items ' ][0 ]['properties ' ]['comment ' ][0 ]['properties ' ]);
844+ $ this ->assertEmpty ($ output ['items ' ][0 ]['properties ' ]['comment ' ][0 ]['children ' ][0 ]['properties ' ]);
843845 }
844846
845847 /**
You can’t perform that action at this time.
0 commit comments