We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7add204 commit f35891bCopy full SHA for f35891b
tests/sut/bar/tests/src/Functional/InstallFileTest.php
@@ -25,6 +25,10 @@ final class InstallFileTest extends BrowserTestBase {
25
* Test callback.
26
*/
27
public function testInstall(): void {
28
+ if (\version_compare(\Drupal::VERSION, '10.3', '<')) {
29
+ self::markTestSkipped();
30
+ }
31
+
32
$permissions = ['administer modules', 'administer site configuration'];
33
$user = $this->drupalCreateUser($permissions);
34
$this->drupalLogin($user);
0 commit comments