Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Friedman <[email protected]>
  • Loading branch information
iMattPro committed Jun 12, 2024
1 parent 18a5250 commit c69a5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/ext_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function ext_test_data()
{
return [
[ext::PHPBB_MIN_VERSION, true], // current setting is enableable
['3.3.0', true], // future phpbb is enableable
['4.0.0', true], // future phpbb is enableable
['3.1.0', false], // old phpbb is not enableable
];
}
Expand Down

0 comments on commit c69a5d6

Please sign in to comment.