You are here

protected static property QuestionCreationTest::$modules in Answers 1.0.x

Same name and namespace in other branches
  1. 2.0.x modules/core/tests/src/Functional/QuestionCreationTest.php \Drupal\Tests\answers_core\Functional\QuestionCreationTest::modules

Modules to enable.

Enable dummy module that implements hook_ENTITY_TYPE_insert() for exceptions (function node_test_exception_node_insert() ).

Type: array

Overrides NodeTestBase::$modules

File

modules/core/tests/src/Functional/QuestionCreationTest.php, line 24

Class

QuestionCreationTest
Create a node and test saving it.

Namespace

Drupal\Tests\answers_core\Functional

Code

protected static $modules = [
  'answers_core',
  'dblog',
];