Browse Source

coder...

pull/799/head
dannylamb 5 years ago committed by GitHub
parent
commit
301015a77e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      tests/src/Functional/IslandoraFunctionalTestBase.php

7
tests/src/Functional/IslandoraFunctionalTestBase.php

@ -23,7 +23,12 @@ class IslandoraFunctionalTestBase extends BrowserTestBase {
/**
* {@inheritdoc}
*/
protected static $modules = ['menu_link_content', 'context_ui', 'field_ui', 'islandora'];
protected static $modules = [
'menu_link_content',
'context_ui',
'field_ui',
'islandora',
];
/**
* {@inheritdoc}

Loading…
Cancel
Save