public function StreamDecoratorTraitTest::testDetaches in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php \GuzzleHttp\Tests\Psr7\StreamDecoratorTraitTest::testDetaches()
File
- vendor/
guzzlehttp/ psr7/ tests/ StreamDecoratorTraitTest.php, line 95
Class
Namespace
GuzzleHttp\Tests\Psr7Code
public function testDetaches() {
$this->b
->detach();
$this
->assertFalse($this->b
->isReadable());
}