Hi there.

Seems that this bug just like a simple missclick,
but it cause that any database driver (except MySQL) can not pass ConnectionUnitTest.

Next line (core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php:45) will always return FALSE:
$this->skipTest = (bool) $connection_info['default']['driver'] != 'mysql';

Patch added below.

Comments

andypost’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Quick fix

Nice nitpick

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Nice one!

I don't think we can really test for this since it's environment-specific, soooo..

Committed and pushed to 8.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.