You are here

abstract protected function TestBase::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/TestBase.php \Drupal\simpletest\TestBase::setUp()

Performs setup tasks before each individual test method is run.

1 call to TestBase::setUp()
TestBase::run in core/modules/simpletest/src/TestBase.php
Run all tests in this class.
2 methods override TestBase::setUp()
KernelTestBase::setUp in core/modules/simpletest/src/KernelTestBase.php
Performs setup tasks before each individual test method is run.
WebTestBase::setUp in core/modules/simpletest/src/WebTestBase.php
Sets up a Drupal site for running functional and integration tests.

File

core/modules/simpletest/src/TestBase.php, line 341
Contains \Drupal\simpletest\TestBase.

Class

TestBase
Base class for Drupal tests.

Namespace

Drupal\simpletest

Code

protected abstract function setUp();