public static property UrlAlterFunctionalTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php \Drupal\system\Tests\Path\UrlAlterFunctionalTest::modules
Modules to enable.
Type: array
File
- core/
modules/ system/ src/ Tests/ Path/ UrlAlterFunctionalTest.php, line 24 - Contains \Drupal\system\Tests\Path\UrlAlterFunctionalTest.
Class
- UrlAlterFunctionalTest
- Tests altering the inbound path and the outbound path.
Namespace
Drupal\system\Tests\PathCode
public static $modules = array(
'path',
'forum',
'url_alter_test',
);