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

CommentFileSizeAuthor
#2 3317504-2.patch1.1 KBwim leers

Comments

Wim Leers created an issue. See original summary.

wim leers’s picture

Status: Active » Needs review
StatusFileSize
new1.1 KB
penyaskito’s picture

Status: Needs review » Reviewed & tested by the community

This 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.

wim leers’s picture

Issue tags: +Documentation

This is something I used to use a lot and yeah, has not been working for eons.

Thanks for confirming! 🙏

sokru’s picture

Status: Reviewed & tested by the community » Active

Works on my machine 9.5.x branch with command php core/scripts/run-tests.sh --sqlite --group=action --class "Drupal\KernelTests\Core\Action\EmailActionTest"

tim.plunkett’s picture

Status: Active » Reviewed & tested by the community

#5 you are not specifying a method, but a class

  • catch committed 2fd6e85 on 10.0.x
    Issue #3317504 by Wim Leers, penyaskito: run-tests.sh claims to support...
  • catch committed 05e6abf on 10.1.x
    Issue #3317504 by Wim Leers, penyaskito: run-tests.sh claims to support...
  • catch committed 75f9f83 on 9.5.x
    Issue #3317504 by Wim Leers, penyaskito: run-tests.sh claims to support...
catch’s picture

Version: 10.1.x-dev » 9.5.x-dev
Status: Reviewed & tested by the community » Fixed

Committed/pushed to 10.1.x, cherry-picked to 10.0.x and 9.5.x, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.