Drupal 10 compatibility

Created on 11 November 2021, over 3 years ago
Updated 17 April 2024, 12 months ago

Problem/Motivation

Some methods used into tests are deprecated.

Steps to reproduce

Install drupal/entity_reference_revisions and mglaman/drupal-check and run the following command :
./vendor/bin/drupal-check web/modules/contrib/entity_reference_revisions/

The restult is :


 ------ -------------------------------------------------------------------- 
  Line   src/Plugin/diff/Field/EntityReferenceRevisionsFieldDiffBuilder.php  
 ------ -------------------------------------------------------------------- 
         Class Drupal\diff\FieldDiffBuilderBase not found.                   
         πŸ’‘ Learn more at https://phpstan.org/user-guide/discovering-symbols  
  20     Class Drupal\diff\FieldDiffBuilderBase not found.                   
         πŸ’‘ Learn more at https://phpstan.org/user-guide/discovering-symbols  
 ------ -------------------------------------------------------------------- 

 ------ ----------------------------------------------------------------------- 
  Line   tests/src/Functional/EntityReferenceRevisionsAdminTest.php             
 ------ ----------------------------------------------------------------------- 
  81     Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  99     Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  100    Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  106    Call to deprecated method assertFieldByName() of class                 
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           $this->assertSession()->fieldExists() or                             
           $this->assertSession()->buttonExists() or                            
           $this->assertSession()->fieldValueEquals() instead.                  
  112    Call to deprecated method assertLinkByHref() of class                  
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           $this->assertSession()->linkByHrefExists() instead.                  
  113    Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  114    Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  115    Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  116    Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  125    Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  126    Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  131    Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  132    Call to deprecated method assertText() of class                        
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseContains() for non-HTML            
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextContains() for HTML responses.     
         Unlike                                                                 
             the deprecated assertText(), the passed text should be HTML        
         decoded,                                                               
             exactly as a human sees it in the browser.                         
  133    Call to deprecated method assertNoText() of class                      
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           - $this->assertSession()->responseNotContains() for non-HTML         
         responses,                                                             
             like XML or Json.                                                  
           - $this->assertSession()->pageTextNotContains() for HTML responses.  
             Unlike the deprecated assertNoText(), the passed text should be    
         HTML                                                                   
             decoded, exactly as a human sees it in the browser.                
  144    Call to deprecated method assertNoOption() of class                    
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           $this->assertSession()->optionNotExists() instead.                   
  145    Call to deprecated method assertOption() of class                      
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use                 
           $this->assertSession()->optionExists() instead.                      
  150    Call to deprecated method assertEqual() of class                       
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.0.0 and is removed from drupal:10.0.0. Use                 
           $this->assertEquals() instead.                                       
  151    Call to deprecated method assertEqual() of class                       
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.0.0 and is removed from drupal:10.0.0. Use                 
           $this->assertEquals() instead.                                       
  153    Call to deprecated method assertEqual() of class                       
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.0.0 and is removed from drupal:10.0.0. Use                 
           $this->assertEquals() instead.                                       
  154    Call to deprecated method assertEqual() of class                       
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.0.0 and is removed from drupal:10.0.0. Use                 
           $this->assertEquals() instead.                                       
  155    Call to deprecated method assertEqual() of class                       
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.0.0 and is removed from drupal:10.0.0. Use                 
           $this->assertEquals() instead.                                       
  188    Call to deprecated method assertNoFieldByXPath() of class              
         Drupal\Tests\BrowserTestBase:                                          
         in drupal:8.3.0 and is removed from drupal:10.0.0. Use                 
           $this->xpath() instead and assert that the result is empty.          
 ------ ----------------------------------------------------------------------- 

 ------ -------------------------------------------------------------------- 
  Line   tests/src/Functional/EntityReferenceRevisionsAutocompleteTest.php   
 ------ -------------------------------------------------------------------- 
  102    Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
  103    Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
  151    Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
 ------ -------------------------------------------------------------------- 

 ------ ----------------------------------------------------------- 
  Line   tests/src/Functional/EntityReferenceRevisionsDiffTest.php  
 ------ ----------------------------------------------------------- 
  126    Call to deprecated method assertRaw() of class             
         Drupal\Tests\BrowserTestBase:                              
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use     
           $this->assertSession()->responseContains() instead.      
  127    Call to deprecated method assertRaw() of class             
         Drupal\Tests\BrowserTestBase:                              
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use     
           $this->assertSession()->responseContains() instead.      
 ------ ----------------------------------------------------------- 

 ------ -------------------------------------------------------------------- 
  Line   tests/src/Functional/EntityReferenceRevisionsNormalizerTest.php     
 ------ -------------------------------------------------------------------- 
  68     Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
  78     Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
  79     Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
  90     Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
  93     Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
  94     Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
  95     Call to deprecated method assertText() of class                     
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.2.0 and is removed from drupal:10.0.0. Use              
           - $this->assertSession()->responseContains() for non-HTML         
         responses,                                                          
             like XML or Json.                                               
           - $this->assertSession()->pageTextContains() for HTML responses.  
         Unlike                                                              
             the deprecated assertText(), the passed text should be HTML     
         decoded,                                                            
             exactly as a human sees it in the browser.                      
  108    Call to deprecated method assertEqual() of class                    
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.0.0 and is removed from drupal:10.0.0. Use              
           $this->assertEquals() instead.                                    
  110    Call to deprecated method assertEqual() of class                    
         Drupal\Tests\BrowserTestBase:                                       
         in drupal:8.0.0 and is removed from drupal:10.0.0. Use              
           $this->assertEquals() instead.                                    
 ------ -------------------------------------------------------------------- 

 ------ ------------------------------------------------------------ 
  Line   tests/src/Kernel/EntityReferenceRevisionsCompositeTest.php  
 ------ ------------------------------------------------------------ 
  184    Call to deprecated method assertEqual() of class            
         Drupal\KernelTests\KernelTestBase:                          
         in drupal:8.0.0 and is removed from drupal:10.0.0. Use      
           $this->assertEquals() instead.                            
  189    Call to deprecated method assertEqual() of class            
         Drupal\KernelTests\KernelTestBase:                          
         in drupal:8.0.0 and is removed from drupal:10.0.0. Use      
           $this->assertEquals() instead.                            
 ------ ------------------------------------------------------------ 

 ------ ----------------------------------------------------------------------------------------- 
  Line   tests/src/Kernel/Plugin/migrate/destination/EntityReferenceRevisionsDestinationTest.php  
 ------ ----------------------------------------------------------------------------------------- 
         Class Drupal\migrate\Plugin\MigrationInterface not found.                                
         πŸ’‘ Learn more at https://phpstan.org/user-guide/discovering-symbols                       
 ------ ----------------------------------------------------------------------------------------- 

 [ERROR] Found 41 errors
πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡«πŸ‡·France franck_lorancy

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ͺπŸ‡ΈSpain vidorado LogroΓ±o (La Rioja)

    Sorry for re-opening a two-years-old issue, but I've found a query without ->accessCheck() and I thought that it fit here.

  • πŸ‡¨πŸ‡­Switzerland berdir Switzerland

    This code doesn't exist in this module, you are most likely using a patch, one that you probably shouldn't.

    And even if it's valid, you shouldn't (and can't) re-open an old closed issue, create a new issue, and reference it.

  • πŸ‡ͺπŸ‡ΈSpain vidorado LogroΓ±o (La Rioja)

    You are right Berdir, my mistake! My last patch doesn't apply.

    I didn't realized there were other patches in my composer.json that were altering the code before. I must always test a patch in isolation, lesson learnt.

    And about the issue flow, thanks, I will do that the next time. The "Drupal 10 Compatibility" title led me to wrongly staying here, sorry!

Production build 0.71.5 2024