Problem/Motivation
Quite often you want to only run a single method from a test.
Proposed resolution
Allow method names to be appended to the class name. For example if we want to run the testBookExport test in BookTest we pass the following class argument to run-tests.sh --class 'Drupal\book\Tests\BookTest::testBookExport'
Remaining tasks
- Review
- Commit
User interface changes
None
API changes
None
Beta phase evaluation
Unfrozen changes | Unfrozen because it only changes testing code |
---|