Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 46bf547

Browse files
committedOct 8, 2020
remove deprecated parameters
1 parent ee61b2f commit 46bf547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/Reading/PropertyReadMethodsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ public function testGetPropertyMulti()
478478
$this->assertEquals('/tests_general_base/index.txt/jcr:content/mydateprop', $properties[1]->getPath());
479479

480480
$expected = [$this->valProperty, $this->dateProperty];
481-
$this->assertEquals($expected, $properties, '', 0, 3);
481+
$this->assertEquals($expected, $properties);
482482
}
483483

484484
public function testGetPropertyNoPath()

0 commit comments

Comments
 (0)
Please sign in to comment.