public static property NodeTest::$modules in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/rest/src/Tests/NodeTest.php \Drupal\rest\Tests\NodeTest::modules
Modules to install.
Ensure that the node resource works with comment module enabled.
Type: array
Overrides RESTTestBase::$modules
File
- core/
modules/ rest/ src/ Tests/ NodeTest.php, line 27 - Contains \Drupal\rest\Tests\NodeTest.
Class
- NodeTest
- Tests special cases for node entities.
Namespace
Drupal\rest\TestsCode
public static $modules = array(
'hal',
'rest',
'comment',
);