function InstallTasksTest::setUp
Overrides UnitTestCase::setUp
File
-
core/
modules/ mysql/ tests/ src/ Unit/ InstallTasksTest.php, line 29
Class
- InstallTasksTest
- Tests the MySQL install tasks.
Namespace
Drupal\Tests\mysql\UnitCode
protected function setUp() : void {
parent::setUp();
$this->connection = $this->prophesize(Connection::class);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.