public function StreamWrapperTest::testReturnsFalseWhenStreamDoesNotExist in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/psr7/tests/StreamWrapperTest.php \GuzzleHttp\Tests\Psr7\StreamWrapperTest::testReturnsFalseWhenStreamDoesNotExist()
@expectedException \PHPUnit_Framework_Error_Warning
File
- vendor/
guzzlehttp/ psr7/ tests/ StreamWrapperTest.php, line 80
Class
Namespace
GuzzleHttp\Tests\Psr7Code
public function testReturnsFalseWhenStreamDoesNotExist() {
fopen('guzzle://foo', 'r');
}