Skip to content
Snippets Groups Projects

Issue #3327229: Remove `@requires PHP >= 8.0` annotation from all tests

3 files
+ 0
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -35,8 +35,6 @@ class StatusCheckerRunAfterUpdateTest extends UpdaterFormTestBase {
@@ -35,8 +35,6 @@ class StatusCheckerRunAfterUpdateTest extends UpdaterFormTestBase {
* Whether the site has database updates or not.
* Whether the site has database updates or not.
*
*
* @dataProvider providerStatusCheckerRunAfterUpdate
* @dataProvider providerStatusCheckerRunAfterUpdate
*
* @requires PHP >= 8.0
*/
*/
public function testStatusCheckerRunAfterUpdate(bool $has_database_updates): void {
public function testStatusCheckerRunAfterUpdate(bool $has_database_updates): void {
$this->setReleaseMetadata(__DIR__ . '/../../fixtures/release-history/semver_test.1.1.xml');
$this->setReleaseMetadata(__DIR__ . '/../../fixtures/release-history/semver_test.1.1.xml');
Loading