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/book/tests/src/Unit/BookManagerTest.php    
 ------ -------------------------------------------------------- 
  111    Call to deprecated method setMethods() of class         
         PHPUnit\Framework\MockObject\MockBuilder:               
         https://github.com/sebastianbergmann/phpunit/pull/3687  
 ------ -------------------------------------------------------- 


 [ERROR] Found 1 error                                                          


PHPStan: failed

----------------------------------------------------------------------------------------------------
.................................... 36 / 36 (100%)


Time: 8.98 secs; Memory: 6MB


PHPCS: passed

----------------------------------------------------------------------------------------------------
Checking composer.lock

composer.lock passed

----------------------------------------------------------------------------------------------------
Checking composer/Metapackage/PinnedDevDependencies/composer.json

composer/Metapackage/PinnedDevDependencies/composer.json passed

----------------------------------------------------------------------------------------------------
Checking core/modules/book/src/BookManager.php

core/modules/book/src/BookManager.php passed

----------------------------------------------------------------------------------------------------
Checking core/modules/book/tests/src/Unit/BookManagerTest.php

core/modules/book/tests/src/Unit/BookManagerTest.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 11.x
--- Errors ---

1/1 /var/www/html/composer/Metapackage/PinnedDevDependencies/composer.json 297.82ms

2/2 ./modules/book/src/BookManager.php 168.39ms

3/3 ./modules/book/tests/src/Unit/BookManagerTest.php 26.73ms
CSpell: Files checked: 3, Issues found: 0 in 0 files

drupal 11.x-dev branch result

History

UpdatedResult
1 Dec 2023 at 15:11 UTC