1 search.test | SearchExpressionInsertExtractTestCase::setUp() |
Sets up unit test environment.
Unlike BackdropWebTestCase::setUp(), BackdropUnitTestCase::setUp() does not install modules because tests are performed without accessing the database. Any required files must be explicitly included by the child class setUp() method.
Overrides BackdropUnitTestCase::setUp
File
- core/
modules/ search/ tests/ search.test, line 948 - Tests for search.module.
Class
- SearchExpressionInsertExtractTestCase
- Tests search_expression_insert() and search_expression_extract().
Code
function setUp() {
backdrop_load('module', 'search');
parent::setUp();
}