Skip to content
Snippets Groups Projects

Removed deprecated code in core/tests/Drupal/KernelTests

1 unresolved thread

Closes #3432867

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
  • catch resolved all threads

    resolved all threads

  • catch added 1 commit

    added 1 commit

    • 8586c65c - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • catch added 84 commits

    added 84 commits

    • 8586c65c...adedbb17 - 79 commits from branch project:11.x
    • f221769d - Simple deprecations cleaning: remove simple methods and delete entire files with no dependencies
    • 72589f1b - Deprecation cleaning
    • ddf48582 - Code format fixing (reverting to original)
    • c1f2cf62 - restore formatting
    • b8e55205 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • catch added 1 commit

    added 1 commit

    Compare with previous version

  • catch added 1 commit

    added 1 commit

    Compare with previous version

  • 293 282 protected function bootEnvironment() {
    294 283 \Drupal::unsetContainer();
    295 284
    296 $this->classLoader = require $this->root . '/autoload.php';
    285 $this->classLoader = include $this->root . '/autoload.php';
  • catch added 2 commits

    added 2 commits

    • 96f107d1 - Remove legacy test method.
    • ae431203 - Remove legacy test, fix FileSaveUploadTest

    Compare with previous version

  • catch added 1 commit

    added 1 commit

    Compare with previous version

  • catch added 1 commit

    added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading