Skip to content

Commit

Permalink
Remove duplicate code from testPropFindEmptyBodyDepth1Custom
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Nov 16, 2021
1 parent 7f5d88f commit 196a5be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Sabre/DAV/ServerPropsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public function testPropFindEmptyBodyDepth1Custom()
$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:ishidden');
$this->assertEquals(5, count($data), 'Response should contain 5 elements');

$data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:ishidden');
foreach ($data as $prop) {
$this->assertEquals('1', $prop[0]);
}
Expand Down

0 comments on commit 196a5be

Please sign in to comment.