You are here

public function TasksTest::setUp in Drupal 9

Overrides UnitTestCase::setUp

File

core/tests/Drupal/Tests/Core/Database/Driver/mysql/install/TasksTest.php, line 27

Class

TasksTest
Tests the MySQL install tasks.

Namespace

Drupal\Tests\Core\Database\Driver\mysql\install

Code

public function setUp() : void {
  $this->connection = $this
    ->prophesize(Connection::class);
}