Skip to content

Commit

Permalink
remove undefined assertIsResource from test
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Sep 5, 2024
1 parent 24e8e23 commit 30d04a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Sabre/Xml/ServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ public function providesEmptyInput()
</root>
XML;
$stream = fopen('php://memory', 'r+');
self:assertIsResource($stream);
fwrite($stream, $xml);
rewind($stream);
fclose($stream);
Expand Down

0 comments on commit 30d04a6

Please sign in to comment.