Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit cd41db9

Browse files
committed
PHP5.5 compat
1 parent 5310ef1 commit cd41db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ServerRequestFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ public function testMarshalProtocolVersionReturnsHttpVersion()
445445

446446
public function testMarshalProtocolVersionRisesExceptionIfVersionIsNotRecognized()
447447
{
448-
$this->setExpectedException(UnexpectedValueException::class);
448+
$this->setExpectedException('UnexpectedValueException');
449449
ServerRequestFactory::marshalProtocolVersion(['SERVER_PROTOCOL' => 'dadsa/1.0']);
450450
}
451451

0 commit comments

Comments
 (0)