1 backdrop_web_test_case.php | protected abstract BackdropTestCase::setUp() |
Prepare an environment in which tests will be executed.
This may be use used to create databases, install Backdrop and dependent modules, or do any other work necessary to prepare a testing environment for each test that will be run.
File
- core/
modules/ simpletest/ backdrop_web_test_case.php, line 649
Class
- BackdropTestCase
- Base class for Backdrop tests.
Code
protected abstract function setUp();