You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Update/UpdateSchemaTest.php \Drupal\system\Tests\Update\UpdateSchemaTest::modules

File

core/modules/system/src/Tests/Update/UpdateSchemaTest.php, line 23
Contains \Drupal\system\Tests\Update\UpdateSchemaTest.

Class

UpdateSchemaTest
Tests that update hooks are properly run.

Namespace

Drupal\system\Tests\Update

Code

public static $modules = [
  'update_test_schema',
];