You are here

public function FunctionsTest::testThrowsExceptionForUnknown in Zircon Profile 8.0

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

@expectedException \InvalidArgumentException

File

vendor/guzzlehttp/psr7/tests/FunctionsTest.php, line 397

Class

FunctionsTest

Namespace

GuzzleHttp\Tests\Psr7

Code

public function testThrowsExceptionForUnknown() {
  Psr7\stream_for(new \stdClass());
}