We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3a527 commit cae4705Copy full SHA for cae4705
1 file changed
test/Unit/InjectorTest.php
@@ -93,7 +93,7 @@ public function testExecuteWithStringParametersThrowsOnMissingParameter()
93
{
94
$thrown = false;
95
96
- if (version_compare(PHP_VERSION, '7.1.0') >= 0) {
+ if (version_compare(PHP_VERSION, '7.1.0a') >= 0) {
97
$this->expectException(\Error::class);
98
} else {
99
$this->expectException(\TypeError::class);
0 commit comments