- Issue created by @mglaman
- πΊπΈUnited States effulgentsia
MR looks great, but needs a test.
probably add a test calling \Drupal\Core\Validation\ConstraintManager::getDefinitionsByType to verify no crash?
Yep, that would be a good one.
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
I respectfully disagree that this needs a test.
The root cause is not this subtle bug; it's Drupal core's
ConstraintManager
not performing the necessary validation and complaining about this right away. IOW: it's a major upstream DX bug.An example of how to do it right:
\Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateCKEditor5Aspects()
\Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateDrupalAspects()
\Drupal\Tests\ckeditor5\Kernel\CKEditor5PluginManagerTest::testInvalidPluginDefinitions()
Adding this test coverage to XB is the wrong place. We're unlikely to regress. So, let's just get this fix in.
-
wim leers β
committed 156f5581 on 0.x authored by
mglaman β
Issue #3513113 by mglaman, effulgentsia, wim leers: Drupal core's...
-
wim leers β
committed 156f5581 on 0.x authored by
mglaman β
- πΊπΈUnited States mglaman WI, USA
Took me a while, but I opened https://www.drupal.org/project/drupal/issues/3516482 π ConstraintManager::getDefinitionsByType does not validate definitions and can lead to a crash Active