public function AppendStreamTest::testDoesNotNeedStreams in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/psr7/tests/AppendStreamTest.php \GuzzleHttp\Tests\Psr7\AppendStreamTest::testDoesNotNeedStreams()
File
- vendor/
guzzlehttp/ psr7/ tests/ AppendStreamTest.php, line 107
Class
Namespace
GuzzleHttp\Tests\Psr7Code
public function testDoesNotNeedStreams() {
$a = new AppendStream();
$this
->assertEquals('', (string) $a);
}