• Refactor any overrides of __construct()/create()
  • Remove any deprecated function/method calls.

Comments

FatherShawn created an issue. See original summary.

  • FatherShawn committed 994d39b on 8.x-1.x
    Issue #3049634 by FatherShawn: Prepare for Drupal 9
    
fathershawn’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

fathershawn’s picture

Status: Closed (fixed) » Needs work

New report:

------ ----------------------------------------------------------------------------------
  Line   src/Form/FormAssemblyEntitySettingsForm.php
 ------ ----------------------------------------------------------------------------------
  211    Call to deprecated method getLinkGenerator() of class Drupal\Core\Form\FormBase:
         in drupal:8.0.0 and is removed from drupal:9.0.0. Inject the
 ------ ----------------------------------------------------------------------------------

 ------ --------------------------------------------------------------------------------------------------
  Line   src/Tests/LoadTest.php
 ------ --------------------------------------------------------------------------------------------------
  23     Class Drupal\formassembly\Tests\LoadTest extends deprecated class Drupal\simpletest\WebTestBase:
         in drupal:8.8.0 and is removed from drupal:9.0.0. Instead,
         use \Drupal\Tests\BrowserTestBase. See https://www.drupal.org/node/3030340.
  43     Call to method setUp() of deprecated class Drupal\simpletest\WebTestBase:
         in drupal:8.8.0 and is removed from drupal:9.0.0. Instead,
         use \Drupal\Tests\BrowserTestBase. See https://www.drupal.org/node/3030340.
 ------ -------------------------------------------------------------------------------------------------

  • FatherShawn committed 994d39b on Issue-3049634
    Issue #3049634 by FatherShawn: Prepare for Drupal 9
    
  • FatherShawn committed 09acbb3 on Issue-3049634
    Issue #3049634 by FatherShawn: Additional refactoring
    
fathershawn’s picture

  • FatherShawn committed d94d820 on 8.x-1.x
    Issue #3049634 by FatherShawn: coding standards and metadata
    

  • FatherShawn committed 09acbb3 on 8.x-1.x
    Issue #3049634 by FatherShawn: Additional refactoring
    

  • FatherShawn committed d6252c5 on 8.x-1.x
    Issue #3049634 by FatherShawn: Load testing metadata.
    

  • FatherShawn committed b0c10c1 on 8.x-1.x
    Issue #3049634 by FatherShawn: more coding standards.
    

  • FatherShawn committed d5df792 on 8.x-1.x
    Issue #3049634 by FatherShawn: Add default theme to load test.
    
fathershawn’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

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