You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the issues we have is that PHPUnit tests yell
Drupal\Core\Entity\EntityStorageException: Table name must match the regex /^[a-zA-Z]\w{1,64}$/
│
│ /app/web/core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php:846
│ /app/web/core/lib/Drupal/Core/Entity/EntityBase.php:395
Interestingly it only fails on sqlite and not with mysql. When checking further then it seems for some reason Drupal tests create tables with dot in sqlite and in mysql without it.
Hi there!
We're working on a Drupal distribution (LocalGov Drupal) and have had some conversations on https://www.drupal.org/project/dbal/issues/3186378
We're still having problems with our automated tests, which is being discussed on this pull request:
localgovdrupal/localgov_subsites#8
I'm just cross posting here in case you have any suggestions about how best to resolve this or if it is even possible.
This comment is probably the numb of the issue: localgovdrupal/localgov_subsites#8 (comment)
Any ideas?
Many thanks,
Finn
The text was updated successfully, but these errors were encountered: