public static property PathTestBase::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/path/src/Tests/PathTestBase.php \Drupal\path\Tests\PathTestBase::modules
Modules to enable.
Type: array
File
- core/
modules/ path/ src/ Tests/ PathTestBase.php, line 22 - Contains \Drupal\path\Tests\PathTestBase.
Class
- PathTestBase
- Provides a base class for testing the Path module.
Namespace
Drupal\path\TestsCode
public static $modules = array(
'node',
'path',
);