You are here

public static property NodeFormSaveChangedTimeTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/src/Tests/NodeFormSaveChangedTimeTest.php \Drupal\node\Tests\NodeFormSaveChangedTimeTest::modules

Modules to enable.

Type: array

File

core/modules/node/src/Tests/NodeFormSaveChangedTimeTest.php, line 24
Contains \Drupal\node\Tests\NodeFormSaveChangedTimeTest.

Class

NodeFormSaveChangedTimeTest
Tests updating the changed time after API and FORM entity save.

Namespace

Drupal\node\Tests

Code

public static $modules = array(
  'node',
);