You are here

public function StreamDecoratorTraitTest::testThrowsWithInvalidGetter in Zircon Profile 8.0

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

@expectedException \UnexpectedValueException

File

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

Class

StreamDecoratorTraitTest
@covers GuzzleHttp\Psr7\StreamDecoratorTrait

Namespace

GuzzleHttp\Tests\Psr7

Code

public function testThrowsWithInvalidGetter() {
  $this->b->foo;
}