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