Skip to content
Snippets Groups Projects

Indicate Drupal 10 support in info file.

Files
5
@@ -19,7 +19,7 @@ class ConfigureGatewayTest extends BrowserTestBase {
@@ -19,7 +19,7 @@ class ConfigureGatewayTest extends BrowserTestBase {
/**
/**
* {@inheritdoc}
* {@inheritdoc}
*/
*/
public static $modules = ['commerce_afterpay'];
protected static $modules = ['commerce_afterpay'];
/**
/**
* Tests that the configuration page is reachable.
* Tests that the configuration page is reachable.
Loading