protected function TasksTest::setUp in Drupal 10
Same name and namespace in other branches
- 9 core/tests/Drupal/Tests/Core/Database/Driver/mysql/install/TasksTest.php \Drupal\Tests\Core\Database\Driver\mysql\install\TasksTest::setUp()
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\installCode
protected function setUp() : void {
$this->connection = $this
->prophesize(Connection::class);
}