Problem/Motivation
See https://www.drupal.org/project/drupal/issues/3052142#comment-13136481
We need many cases of test the machine names suggestion in \Drupal\Tests\Core\Block\BlockBaseTest::testGetMachineNameSuggestion.
E.g. multiple spaces, underscores at the beginning and end, unknown character, etc.
Proposed resolution
Add dataProvider() for testGetMachineNameSuggestion().
Remaining tasks
None
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3060070-2.patch | 2.1 KB | krzysztof domański |
Comments
Comment #2
krzysztof domańskiComment #3
Anonymous (not verified) commentedComment #4
catchCommitted 39ae47d and pushed to 8.8.x. Thanks!
Comment #6
catch