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.
| Comment | File | Size | Author |
|---|---|---|---|
| ConnectionUnitTest-add_support_for_not_MySQL_drivers.patch | 876 bytes | internetdevels |
Comments
Comment #1
andypostNice nitpick
Comment #2
webchickNice one!
I don't think we can really test for this since it's environment-specific, soooo..
Committed and pushed to 8.x. Thanks!