Problem/Motivation
Discovered at #3317330-3: Random failure in ImageTest::testAltTextRequired.
Steps to reproduce
Try
php core/scripts/run-tests.sh --sqlite --class "Drupal\Tests\ckeditor5\FunctionalJavascript\ImageTest::testImageSettingsForm"
and it'll fail.
Proposed resolution
Not sure. I think this is a regression introduced in #2641632: Refactor simpletest's *_phpunit_*() (and junit) functions etc. to a class, deprecate, or perhaps even earlier.
Easiest solution is to just update the docs because this hasn't worked in years.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3317504-2.patch | 1.1 KB | wim leers |
Comments
Comment #2
wim leersComment #3
penyaskitoThis is something I used to use a lot and yeah, has not been working for eons. Sad to remove it, but best way forward. Guess it can be committed before 10.1.x, but not changing version as not 100% sure.
Comment #4
wim leersThanks for confirming! 🙏
Comment #5
sokru commentedWorks on my machine 9.5.x branch with command
php core/scripts/run-tests.sh --sqlite --group=action --class "Drupal\KernelTests\Core\Action\EmailActionTest"Comment #6
tim.plunkett#5 you are not specifying a method, but a class
Comment #8
catchCommitted/pushed to 10.1.x, cherry-picked to 10.0.x and 9.5.x, thanks!