You are here

public function AppendStreamTest::testCanDetach in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/psr7/tests/AppendStreamTest.php \GuzzleHttp\Tests\Psr7\AppendStreamTest::testCanDetach()

File

vendor/guzzlehttp/psr7/tests/AppendStreamTest.php, line 174

Class

AppendStreamTest

Namespace

GuzzleHttp\Tests\Psr7

Code

public function testCanDetach() {
  $s = new AppendStream();
  $s
    ->detach();
}