public function TasksTest::testNameWithNoConnection 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::testNameWithNoConnection()
@covers ::name
File
- core/
tests/ Drupal/ Tests/ Core/ Database/ Driver/ mysql/ install/ TasksTest.php, line 129
Class
- TasksTest
- Tests the MySQL install tasks.
Namespace
Drupal\Tests\Core\Database\Driver\mysql\installCode
public function testNameWithNoConnection() {
$tasks = $this
->createTasksNoConnection();
$this
->assertSame('MySQL, MariaDB, Percona Server, or equivalent', $tasks
->name());
}