You are here

public function FunctionsTest::testValidatesRequestMessages in Zircon Profile 8

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

@expectedException \InvalidArgumentException

File

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

Class

FunctionsTest

Namespace

GuzzleHttp\Tests\Psr7

Code

public function testValidatesRequestMessages() {
  Psr7\parse_request("HTTP/1.1 200 OK\r\n\r\n");
}