You are here

public function StreamWrapperTest::testReturnsFalseWhenStreamDoesNotExist in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

StreamWrapperTest
@covers GuzzleHttp\Psr7\StreamWrapper

Namespace

GuzzleHttp\Tests\Psr7

Code

public function testReturnsFalseWhenStreamDoesNotExist() {
  fopen('guzzle://foo', 'r');
}