Problem/Motivation

The simpletest UI has this really neat search functionality. Sadly
if you copy a class reference from storm / other places you even end up with a leading slash in front: \Drupal\foo\bar\BazTest
and meh, the UI doesn't show you any class

Proposed resolution

Prepend leading slashes in the simpletest UI, so that you can enter class names with leading slashes.

Remaining tasks

User interface changes

API changes

Beta phase evaluation

Reference: https://www.drupal.org/core/beta-changes
Issue category Task because nothing is really broken.
Issue priority Normal because it makes running a test a little bit nicer via the UI.
Disruption None
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Issue tags: +Novice

.

joshi.rohit100’s picture

Status: Active » Needs review
FileSize
691 bytes

Done.

dawehner’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

Awesome, thanks a lot!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Zero disruption and test infra change. Committed 2c88984 and pushed to 8.0.x. Thanks!

  • alexpott committed 2c88984 on 8.0.x
    Issue #2464097 by joshi.rohit100: Add leading backslash to the test...

Status: Fixed » Closed (fixed)

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