support Drupal 11
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
added 1 commit
added 3 commits
-
4687cbe6...977b9a0d - 2 commits from branch
project:8.x-3.x
- 3a480a8e - Merge branch '8.x-3.x' into drupal11
-
4687cbe6...977b9a0d - 2 commits from branch
added 2 commits
84 84 $this->keyRepository = $this->createMock('\Drupal\key\KeyRepository'); 85 85 86 86 // Mock a plugin collection. 87 $this->pluginCollection = $this->getMockBuilder('\Drupal\Core\Plugin\DefaultLazyPluginCollection') 88 ->disableOriginalConstructor() 89 ->setMethods(['get', 'set', 'addInstanceID']) 90 ->getMock(); 87 // @todo Remove this conditional once support for Drupal <11 is dropped. Is
Drupal <11
correct here? According to this issue, Drupal 9 can run PHPUnit 10, so perhaps this can be removed when Drupal 8 support is dropped, not 8-10?
- Resolved by Patrick Kenny
added 5 commits
-
cf0b0243...f71937ad - 4 commits from branch
project:8.x-3.x
- f031a646 - Merge branch '8.x-3.x' into drupal11
-
cf0b0243...f71937ad - 4 commits from branch
added 2 commits
added 1 commit
- e0e170a9 - Remove core_version_requirement from test module
Please register or sign in to reply