Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 45872fd

Browse files
committed
remove remote resource fstat test
1 parent 7c44b5a commit 45872fd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/StreamTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -642,15 +642,4 @@ public function testSizeReportsNullForPhpInputStreams()
642642
$stream = new Stream($resource);
643643
$this->assertNull($stream->getSize());
644644
}
645-
646-
/**
647-
* @group 42
648-
*/
649-
public function testSizeReportsNullForRemoteResources()
650-
{
651-
$resource_url = 'http://www.php.net/images/logos/php-logo.png';
652-
$resource = fopen($resource_url, 'r');
653-
$stream = new Stream($resource);
654-
$this->assertNull($stream->getSize());
655-
}
656645
}

0 commit comments

Comments
 (0)