public function FunctionsTest::testFactoryCreatesFromEmptyString in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/psr7/tests/FunctionsTest.php \GuzzleHttp\Tests\Psr7\FunctionsTest::testFactoryCreatesFromEmptyString()
File
- vendor/
guzzlehttp/ psr7/ tests/ FunctionsTest.php, line 360
Class
Namespace
GuzzleHttp\Tests\Psr7Code
public function testFactoryCreatesFromEmptyString() {
$s = Psr7\stream_for();
$this
->assertInstanceOf('GuzzleHttp\\Psr7\\Stream', $s);
}