Skip to content

Commit cd66db2

Browse files
committed
Fix tests
1 parent 7584145 commit cd66db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ext_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function test_phpbb_requirement_min_error()
122122
public function test_phpbb_requirement_max_error()
123123
{
124124
$this->setExtErrors($this->ext, []);
125-
$this->invokeProtectedMethod($this->ext, 'phpbb_requirement', ['4.0.0-dev']);
125+
$this->invokeProtectedMethod($this->ext, 'phpbb_requirement', ['5.0.0-dev']);
126126
$this->assertContains('PHPBB_VERSION_MAX_ERROR', $this->getExtErrorKeys($this->ext));
127127
}
128128

0 commit comments

Comments
 (0)