Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jan 5, 2024
1 parent d1a3848 commit 7e881dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function testGetMinimalPhpVersionWithActualData()
);
$method = $this->getMinimalPhpVersionMethod();
$this->assertEquals(
'8.0.0',
'8.1.0',
$method->invokeArgs($controller, [])
);
}
Expand Down

0 comments on commit 7e881dc

Please sign in to comment.