Custom Commands Failed

DrupalCI console output and artifacts are no longer available from dispatcher.drupalci.org. Use GitLab CI instead

--- Commands Executed ---
core/scripts/dev/commit-code-check.sh --drupalci
Return Code: 1
--- Output ---
CSpell: passed

----------------------------------------------------------------------------------------------------

Running PHPStan on *all* files.
 ------ ----------------------------------------------------------------------- 
  Line   core/modules/basic_auth/src/Tests/Authentication/MultipleProviderTest  
         .php                                                                   
 ------ ----------------------------------------------------------------------- 
  12     Class Drupal\basic_auth\Tests\Authentication\MultipleProviderTest      
         extends unknown class Drupal\simpletest\WebTestBase.                   
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols    
  37     Drupal\basic_auth\Tests\Authentication\MultipleProviderTest::setUp()   
         calls parent::setUp() but                                              
         Drupal\basic_auth\Tests\Authentication\MultipleProviderTest does not   
         extend any class.                                                      
  42     Call to an undefined method                                            
         Drupal\basic_auth\Tests\Authentication\MultipleProviderTest::drupalCr  
         eateUser().                                                            
  43     Call to an undefined method                                            
         Drupal\basic_auth\Tests\Authentication\MultipleProviderTest::drupalLo  
         gin().                                                                 
  44     Access to an undefined property                                        
         Drupal\basic_auth\Tests\Authentication\MultipleProviderTest::$session  
         Id.                                                                    
  44     Call to an undefined method                                            
         Drupal\basic_auth\Tests\Authentication\MultipleProviderTest::getSessi  
         onName().                                                              
  46     Call to an undefined method                                            
         Drupal\basic_auth\Tests\Authentication\MultipleProviderTest::curlClos  
         e().                                                                   
  186    Call to an undefined method                                            
         Drupal\basic_auth\Tests\Authentication\MultipleProviderTest::drupalGe  
         t().                                                                   
  187    Call to an undefined method                                            
         Drupal\basic_auth\Tests\Authentication\MultipleProviderTest::assertRe  
         sponse().                                                              
  188    Call to an undefined method                                            
         Drupal\basic_auth\Tests\Authentication\MultipleProviderTest::curlClos  
         e().                                                                   
 ------ ----------------------------------------------------------------------- 


 [ERROR] Found 10 errors                                                        


PHPStan: failed

----------------------------------------------------------------------------------------------------
................................ 32 / 32 (100%)


Time: 12.33 secs; Memory: 6MB


PHPCS: passed

----------------------------------------------------------------------------------------------------
Checking core/modules/basic_auth/src/Tests/Authentication/MultipleProviderTest.php

core/modules/basic_auth/src/Tests/Authentication/MultipleProviderTest.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/basic_auth/tests/modules/authentication_test/authentication_test.info.yml

ESLint: core/modules/basic_auth/tests/modules/authentication_test/authentication_test.info.yml passed
core/modules/basic_auth/tests/modules/authentication_test/authentication_test.info.yml passed

----------------------------------------------------------------------------------------------------
Checking core/modules/basic_auth/tests/modules/authentication_test/authentication_test.routing.yml

ESLint: core/modules/basic_auth/tests/modules/authentication_test/authentication_test.routing.yml passed
core/modules/basic_auth/tests/modules/authentication_test/authentication_test.routing.yml passed

----------------------------------------------------------------------------------------------------
Checking core/modules/basic_auth/tests/modules/authentication_test/src/AtController.php

core/modules/basic_auth/tests/modules/authentication_test/src/AtController.php passed

----------------------------------------------------------------------------------------------------
Drupal code quality checks failed.
To reproduce this output locally:
* Apply the change as a patch
* Run this command locally: sh ./core/scripts/dev/commit-code-check.sh
OR:
* From the merge request branch
* Run this command locally: sh ./core/scripts/dev/commit-code-check.sh --branch 10.1.x
--- Errors ---

1/4 ./modules/basic_auth/src/Tests/Authentication/MultipleProviderTest.php 788.91ms

2/4 ./modules/basic_auth/tests/modules/authentication_test/authentication_test.info.yml 24.73ms

3/4 ./modules/basic_auth/tests/modules/authentication_test/authentication_test.routing.yml 26.84ms

4/4 ./modules/basic_auth/tests/modules/authentication_test/src/AtController.php 16.12ms
CSpell: Files checked: 4, Issues found: 0 in 0 files

drupal 10.1.x-dev branch result

History

UpdatedResult
8 Feb 2023 at 11:56 UTC