Skip to content

Commit 4abd5da

Browse files
committed
Remove unknown assertIsResource from ServiceTest
1 parent f9815bd commit 4abd5da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Sabre/Xml/ServiceTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ public function providesEmptyInput(): array
389389
</root>
390390
XML;
391391
$stream = fopen('php://memory', 'r+');
392-
self:assertIsResource($stream);
393392
fwrite($stream, $xml);
394393
rewind($stream);
395394
fclose($stream);

0 commit comments

Comments
 (0)