We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7584145 commit cd66db2Copy full SHA for cd66db2
tests/ext_test.php
@@ -122,7 +122,7 @@ public function test_phpbb_requirement_min_error()
122
public function test_phpbb_requirement_max_error()
123
{
124
$this->setExtErrors($this->ext, []);
125
- $this->invokeProtectedMethod($this->ext, 'phpbb_requirement', ['4.0.0-dev']);
+ $this->invokeProtectedMethod($this->ext, 'phpbb_requirement', ['5.0.0-dev']);
126
$this->assertContains('PHPBB_VERSION_MAX_ERROR', $this->getExtErrorKeys($this->ext));
127
}
128
0 commit comments