------ ------------------------------------------------------------------------------
  Line   src\BatchService.php
 ------ ------------------------------------------------------------------------------
  44     \Drupal calls should be avoided in classes, use dependency injection instead
 ------ ------------------------------------------------------------------------------

 ------ ------------------------------------------------------------------------------
  Line   src\Commands\Drush9BatchProcessingCommands.php
 ------ ------------------------------------------------------------------------------
  44     Drupal\drush9_batch_processing\Commands\Drush9BatchProcessingCommands::__construct() does not call parent
         constructor from Drush\Commands\DrushCommands.
 ------ ------------------------------------------------------------------------------

 [ERROR] Found 2 errors
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ilchovuchkov created an issue. See original summary.

vuilโ€™s picture

Version: ยป 8.x-1.x-dev
Issue summary: View changes

Update the summary.

vuilโ€™s picture

Issue summary: View changes
vuilโ€™s picture

Status: Active ยป Needs review
FileSize
630 bytes

I post a patch for second issue:

 ------ ------------------------------------------------------------------------------
  Line   src\Commands\Drush9BatchProcessingCommands.php
 ------ ------------------------------------------------------------------------------
  44     Drupal\drush9_batch_processing\Commands\Drush9BatchProcessingCommands::__construct() does not call parent
         constructor from Drush\Commands\DrushCommands.
 ------ ------------------------------------------------------------------------------
vuilโ€™s picture

FileSize
6.82 KB
vuilโ€™s picture

FileSize
7.38 KB

  • ilchovuchkov committed 06454dc on 8.x-1.x
    Issue #3083225 by ilchovuchkov: Test for Drupal 9 deprecations.
    
vuilโ€™s picture

Status: Needs review ยป Fixed

Close the issue as Fixed after applying the following command:

$ drupal-check -ad web/modules/drush9_batch_processing

 3/3 [============================] 100%

 [OK] No errors

Status: Fixed ยป Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

vuilโ€™s picture