3c: Enable the node module

Enable the node module within the test to add the `access content`
permission.

This fails, and returns a 500 response code rather than the expected 200
response code.
This commit is contained in:
Oliver Davies 2020-03-19 20:51:28 +00:00
parent c7ef94c0d5
commit 782648fef2

View file

@ -10,6 +10,7 @@ class BlogPageTest extends BrowserTestBase {
protected $defaultTheme = 'stark';
protected static $modules = [
'node',
'my_module',
];