Skip to content
Snippets Groups Projects
Commit a8533e25 authored by Yash Rode's avatar Yash Rode Committed by Adam G-H
Browse files

Issue #3327229 by yash.rode, Wim Leers: Remove `@requires PHP >= 8.0` annotation from all tests

parent 835db288
No related branches found
No related tags found
5 merge requests!989Issue #3356804 by phenaproxima: Flag a warning during status check if the...,!719Issue #3327229: Remove `@requires PHP >= 8.0` annotation from all tests,!685Issue #3338667: [PP-1] Add build test to test cweaganscomposer-patches end-to-end,!548Issue #3310729: Incorrect documentation link in UI in case of Process error,!106Issue #3247479: Allow LockFileValidator results to carry multiple messages, and improve their text
...@@ -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');
......
...@@ -38,8 +38,6 @@ class StagedDatabaseUpdateTest extends UpdaterFormTestBase { ...@@ -38,8 +38,6 @@ class StagedDatabaseUpdateTest extends UpdaterFormTestBase {
* update process. * update process.
* *
* @dataProvider providerStagedDatabaseUpdates * @dataProvider providerStagedDatabaseUpdates
*
* @requires PHP >= 8.0
*/ */
public function testStagedDatabaseUpdates(bool $maintenance_mode_on): void { public function testStagedDatabaseUpdates(bool $maintenance_mode_on): void {
$this->getStageFixtureManipulator()->setCorePackageVersion('9.8.1'); $this->getStageFixtureManipulator()->setCorePackageVersion('9.8.1');
......
...@@ -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) { public function testStatusCheckerRunAfterUpdate(bool $has_database_updates) {
$this->getStageFixtureManipulator()->setCorePackageVersion('9.8.1'); $this->getStageFixtureManipulator()->setCorePackageVersion('9.8.1');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment