- Issue was unassigned.
- Status changed to Closed: outdated
about 2 years ago 10:47am 23 January 2023
CONTRIBUTED PROJECTS
--------------------------------------------------------------------------------
Matomo Analytics 8.x-1.19
Scanned on Sat, 12/31/2022 - 15:00.
8 errors found. 1 warning found. Avoid some manual work by using drupal-rector
for fixing issues automatically or Upgrade Rector to generate patches.
modules/contrib/matomo/matomo.module:
┌──────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Fix with │ 583 │ Call to deprecated function file_create_url(). Deprecated in │
│ rector │ │ drupal:9.3.0 and is removed from drupal:10.0.0. Use the │
│ │ │ appropriate method on │
│ │ │ \Drupal\Core\File\FileUrlGeneratorInterface instead. │
│ │ │ │
│ Fix with │ 583 │ Call to deprecated function file_url_transform_relative(). │
│ rector │ │ Deprecated in drupal:9.3.0 and is removed from │
│ │ │ drupal:10.0.0. Use │
│ │ │ Drupal\Core\File\FileUrlGenerator::transformRelative() │
│ │ │ instead. │
│ │ │ │
│ Fix with │ 593 │ Call to deprecated function file_create_url(). Deprecated in │
│ rector │ │ drupal:9.3.0 and is removed from drupal:10.0.0. Use the │
│ │ │ appropriate method on │
│ │ │ \Drupal\Core\File\FileUrlGeneratorInterface instead. │
│ │ │ │
│ Fix with │ 593 │ Call to deprecated function file_url_transform_relative(). │
│ rector │ │ Deprecated in drupal:9.3.0 and is removed from │
│ │ │ drupal:10.0.0. Use │
│ │ │ Drupal\Core\File\FileUrlGenerator::transformRelative() │
│ │ │ instead. │
│ │ │ │
└──────────┴──────┴──────────────────────────────────────────────────────────────┘
modules/contrib/matomo/tests/src/Functional/MatomoBasicTest.php:
┌─────────┬──────┬──────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├─────────┼──────┼──────────────────────────────────────────────────────────────┤
│ Fix now │ 84 │ Call to deprecated method assertNoFieldByXPath() of class │
│ │ │ Drupal\Tests\BrowserTestBase. Deprecated in drupal:8.3.0 and │
│ │ │ is removed from drupal:10.0.0. Use $this->xpath() instead │
│ │ │ and assert that the result is empty. │
│ │ │ │
│ Fix now │ 85 │ Call to deprecated method assertNoFieldByXPath() of class │
│ │ │ Drupal\Tests\BrowserTestBase. Deprecated in drupal:8.3.0 and │
│ │ │ is removed from drupal:10.0.0. Use $this->xpath() instead │
│ │ │ and assert that the result is empty. │
│ │ │ │
│ Fix now │ 94 │ Call to deprecated method assertFieldByXPath() of class │
│ │ │ Drupal\Tests\BrowserTestBase. Deprecated in drupal:8.3.0 and │
│ │ │ is removed from drupal:10.0.0. Use $this->xpath() instead │
│ │ │ and check the values directly in the test. │
│ │ │ │
│ Fix now │ 95 │ Call to deprecated method assertFieldByXPath() of class │
│ │ │ Drupal\Tests\BrowserTestBase. Deprecated in drupal:8.3.0 and │
│ │ │ is removed from drupal:10.0.0. Use $this->xpath() instead │
│ │ │ and check the values directly in the test. │
│ │ │ │
└─────────┴──────┴──────────────────────────────────────────────────────────────┘
modules/contrib/matomo/matomo.info.yml:
┌──────────┬──────┬────────────────────────────────────────────────────────────┐
│ STATUS │ LINE │ MESSAGE │
├──────────┼──────┼────────────────────────────────────────────────────────────┤
│ Check │ 0 │ Value of core_version_requirement: ^8.8.0 || ^9.0.0 is not │
│ manually │ │ compatible with the next major version of Drupal core. See │
│ │ │ https://drupal.org/node/3070687. │
│ │ │ │
└──────────┴──────┴────────────────────────────────────────────────────────────┘
Closed: outdated
1.19
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.