Skip to content
Snippets Groups Projects

Issue #3405353: Convert use of TestCase::getName to forward compatible TestCase::name

Open Issue #3405353: Convert use of TestCase::getName to forward compatible TestCase::name
1 unresolved thread
Open James Gilliland requested to merge issue/drupal-3405353:3405353-convert-use-of into 11.x
1 unresolved thread

Closes #3405353

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
16 16 * Makes Drupal's test API forward compatible with multiple versions of PHPUnit.
17 17 */
18 18 trait PhpUnitCompatibilityTrait {
19
20 /**
21 * Get test name.
22 */
23 public function name(): string {
24 return $this->getName();
25 }
26
  • mondrake added 296 commits

    added 296 commits

    Compare with previous version

  • mondrake added 1 commit
  • mondrake added 42 commits

    added 42 commits

    Compare with previous version

  • mondrake added 61 commits

    added 61 commits

    Compare with previous version

  • mondrake added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading