You are here

public function StreamDecoratorTraitTest::testReads in Zircon Profile 8

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

File

vendor/guzzlehttp/psr7/tests/StreamDecoratorTraitTest.php, line 56

Class

StreamDecoratorTraitTest
@covers GuzzleHttp\Psr7\StreamDecoratorTrait

Namespace

GuzzleHttp\Tests\Psr7

Code

public function testReads() {
  $this
    ->assertEquals('foo', $this->b
    ->read(10));
}