function InstallTasksTest::testNameWithNoConnection
@covers ::name
File
-
core/
modules/ mysql/ tests/ src/ Unit/ InstallTasksTest.php, line 133
Class
- InstallTasksTest
- Tests the MySQL install tasks.
Namespace
Drupal\Tests\mysql\UnitCode
public function testNameWithNoConnection() : void {
$tasks = $this->createTasksNoConnection();
$this->assertSame('MySQL, MariaDB, Percona Server, or equivalent', $tasks->name());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.