Removed deprecated code in core/tests/Drupal/KernelTests
1 unresolved thread
Closes #3432867
Merge request reports
Activity
added 154 commits
-
878171b8...f1601a48 - 150 commits from branch
project:11.x
- db21ee38 - Simple deprecations cleaning: remove simple methods and delete entire files with no dependencies
- 3fece5fe - Deprecation cleaning
- 043a637f - Code format fixing (reverting to original)
- ae698262 - restore formatting
Toggle commit list-
878171b8...f1601a48 - 150 commits from branch
- Resolved by catch
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)
Toggle commit list-
8586c65c...adedbb17 - 79 commits from branch
- Resolved by catch
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'; added 2 commits
Please register or sign in to reply