Skip to content

Commit

Permalink
$modules is now a protected property in tests (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
phdhiren authored Jun 13, 2022
1 parent 19fe352 commit f4d3c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/src/Functional/ApiDocsAdminTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ApiDocsAdminTest extends BrowserTestBase {
*
* @var array
*/
public static $modules = ['views', 'apigee_api_catalog', 'block', 'field_ui'];
protected static $modules = ['views', 'apigee_api_catalog', 'block', 'field_ui'];

/**
* A user with permission to administer site configuration.
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Functional/ApiDocsJsonApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ApiDocsJsonApi extends BrowserTestBase {
*
* @var array
*/
public static $modules = [
protected static $modules = [
'apigee_edge',
'apigee_api_catalog',
'jsonapi',
Expand Down

0 comments on commit f4d3c47

Please sign in to comment.