localgovdrupal / localgov_search

Default sitewide search implementation for LocalGov Drupal.
GNU General Public License v2.0
0 stars 1 forks source link

Strict types support #71

Closed millnut closed 2 months ago

millnut commented 4 months ago

With Drupal core moving towards strict types, more info I've added a test pipeline in preparation https://github.com/localgovdrupal/localgov_project/pull/153 which has highlighted some failures which we should fix.

 ------ ----------------------------------------------------------------------------------------- 
  Line   modules/contrib/localgov_search/modules/localgov_search_db/tests/Kernel/InstallTest.php  
 ------ ----------------------------------------------------------------------------------------- 
  34     Call to method Drupal\KernelTests\KernelTestBase::setUp() with                           
         incorrect case: setup                                                                    
 ------ ----------------------------------------------------------------------------------------- 

 ------ ------------------------------------------------------------------------------------ 
  Line   modules/contrib/localgov_search/tests/src/Kernel/ContentTypesAddedToSearchTest.php  
 ------ ------------------------------------------------------------------------------------ 
  39     Call to method Drupal\KernelTests\KernelTestBase::setUp() with                      
         incorrect case: setup                                                               
 ------ ------------------------------------------------------------------------------------