Fix issue reported by GitLab CI.

Created on 31 October 2023, 8 months ago
Updated 4 April 2024, 3 months ago

phpcs:

"FILE: ...s/custom/acquia_cms_common/tests/src/Traits/PermissionsTrait.php
----------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------
  49 | ERROR | [ ] Missing short description in doc comment
     |       |     (Drupal.Commenting.DocComment.MissingShort)
 134 | ERROR | [x] Missing function doc comment
     |       |     (Drupal.Commenting.FunctionComment.Missing)
 136 | ERROR | [x] Missing function doc comment
     |       |     (Drupal.Commenting.FunctionComment.Missing)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
FILE: ...om/acquia_cms_common/tests/src/Kernel/AcquiaCmsTelemetryTest.php
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 11 | ERROR | Missing short description in doc comment
    |       | (Drupal.Commenting.DocComment.MissingShort)
----------------------------------------------------------------------
Time: 703ms; Memory: 8MB
PHP CODE SNIFFER REPORT SUMMARY
----------------------------------------------------------------------
FILE                                                  ERRORS  WARNINGS
----------------------------------------------------------------------
...ommon/tests/src/Kernel/AcquiaCmsTelemetryTest.php  1       0
..._cms_common/tests/src/Traits/PermissionsTrait.php  3       0
----------------------------------------------------------------------
A TOTAL OF 4 ERRORS AND 0 WARNINGS WERE FOUND IN 55 FILES
----------------------------------------------------------------------
PHPCBF CAN FIX 2 OF THESE SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------
PHP CODE SNIFFER VIOLATION SOURCE SUMMARY
----------------------------------------------------------------------
    SOURCE                                                       COUNT
----------------------------------------------------------------------
[ ] Drupal.Commenting.DocComment.MissingShort                    2
[x] Drupal.Commenting.FunctionComment.Missing                    2
----------------------------------------------------------------------
A TOTAL OF 4 SNIFF VIOLATIONS WERE FOUND IN 2 SOURCES
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SOURCES AUTOMATICALLY (2 VIOLATIONS IN TOTAL)"

phpstan:

------ ------------------------------------------------------------------------------ 
  Line   modules/acquia_cms_support/src/Controller/AcquiaCmsConfigDiff.php             
 ------ ------------------------------------------------------------------------------ 
  72     Unsafe usage of new static().                                                 
         💡 See:                                                                       
            https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static  
 ------ ------------------------------------------------------------------------------ 
 ------ ------------------------------------------------------------------------------ 
  Line   modules/acquia_cms_support/src/Controller/AcquiaCmsConfigSyncOverridden.php   
 ------ ------------------------------------------------------------------------------ 
  62     Unsafe usage of new static().                                                 
         💡 See:                                                                       
            https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static  
 ------ ------------------------------------------------------------------------------ 
 ------ ------------------------------------------------------------------------------ 
  Line   modules/acquia_cms_support/src/Controller/AcquiaCmsConfigSyncUnchanged.php    
 ------ ------------------------------------------------------------------------------ 
  52     Unsafe usage of new static().                                                 
         💡 See:                                                                       
            https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static  
 ------ ------------------------------------------------------------------------------ 
 ------ ---------------------------------------------------------------------- 
  Line   src/Commands/AcmsConfigImportCommands.php                             
 ------ ---------------------------------------------------------------------- 
  153    Class Drupal\acquia_cms_site_studio\Facade\CohesionFacade not found.  
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols   
 ------ ---------------------------------------------------------------------- 
 ------ ---------------------------------------------------------------------- 
  Line   src/EventSubscriber/ConfigEventsSubscriber.php                        
 ------ ---------------------------------------------------------------------- 
  67     \Drupal calls should be avoided in classes, use dependency injection  
         instead                                                               
 ------ ---------------------------------------------------------------------- 
 ------ ------------------------------------------------------------------------------ 
  Line   src/EventSubscriber/HttpsRedirectSubscriber.php                               
 ------ ------------------------------------------------------------------------------ 
  63     Unsafe usage of new static().                                                 
         💡 See:                                                                       
            https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static  
 ------ ------------------------------------------------------------------------------ 
 ------ ---------------------------------------------------------------------- 
  Line   src/EventSubscriber/KernelTerminate/AcquiaCmsTelemetry.php            
 ------ ---------------------------------------------------------------------- 
  267    \Drupal calls should be avoided in classes, use dependency injection  
         instead                                                               
  268    \Drupal calls should be avoided in classes, use dependency injection  
         instead                                                               
 ------ ---------------------------------------------------------------------- 
 ------ ------------------------------------------------------------------------------ 
  Line   src/Facade/PermissionFacade.php                                               
 ------ ------------------------------------------------------------------------------ 
  52     Unsafe usage of new static().                                                 
         💡 See:                                                                       
            https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static  
 ------ ------------------------------------------------------------------------------ 
 ------ --------------------------------------------------------------------- 
  Line   src/Services/AcmsUtilityService.php                                  
 ------ --------------------------------------------------------------------- 
  83     Function _acquia_cms_site_studio_install_initialize not found.       
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols  
  84     Function _acquia_cms_site_studio_import_ui_kit not found.            
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols  
  85     Function _acquia_cms_site_studio_update_settings not found.          
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols  
 ------ --------------------------------------------------------------------- 
 ------ --------------------------------------------------------------------- 
  Line   src/SubtypeBreadcrumb.php                                            
 ------ --------------------------------------------------------------------- 
  164    Parameter $facet of method                                           
         Drupal\acquia_cms_common\SubtypeBreadcrumb::getListPageLink() has    
         invalid type Drupal\facets\FacetInterface.                           
  167    Class Drupal\facets\FacetSource\SearchApiFacetSourceInterface not    
         found.                                                               
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols  
  196    Parameter $facet of method                                           
         Drupal\acquia_cms_common\SubtypeBreadcrumb::getSubTypeLink() has     
         invalid type Drupal\facets\FacetInterface.                           
  208    Instantiated class Drupal\facets\Result\Result not found.            
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols  
 ------ --------------------------------------------------------------------- 
 ------ ------------------------------------------------------------------------------------------ 
  Line   tests/src/ExistingSite/ContentTypeListTestBase.php                                        
 ------ ------------------------------------------------------------------------------------------ 
  23     Class                                                                                     
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase                       
         extends unknown class weitzman\DrupalTestTraits\ExistingSiteBase.                         
         💡 Learn more at https://phpstan.org/user-guide/discovering-symbols                       
  41     Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::setUp()              
         calls parent::setUp() but                                                                 
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase                       
         does not extend any class.                                                                
  46     Access to an undefined property                                                           
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::$container.          
         💡 Learn more:                                                                            
            https://phpstan.org/blog/solving-phpstan-access-to-undefined-property                  
  47     Access to an undefined property                                                           
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::$container.          
         💡 Learn more:                                                                            
            https://phpstan.org/blog/solving-phpstan-access-to-undefined-property                  
  52     Access to an undefined property                                                           
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::$container.          
         💡 Learn more:                                                                            
            https://phpstan.org/blog/solving-phpstan-access-to-undefined-property                  
  63     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::assertNotEmpty().    
  64     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::assertInstanceOf().  
  67     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::assertInstanceOf().  
  69     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createTerm().        
  70     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createTerm().        
  71     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createTerm().        
  72     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createTerm().        
  77     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::assertInstanceOf().  
  79     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createTerm().        
  80     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createTerm().        
  81     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createTerm().        
  86     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createNode().        
  92     Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createNode().        
  106    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createNode().        
  114    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createNode().        
  122    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createNode().        
  130    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createNode().        
  138    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createNode().        
  206    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createUser().        
  207    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::drupalLogin().       
  214    Access to an undefined property                                                           
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::$container.          
         💡 Learn more:                                                                            
            https://phpstan.org/blog/solving-phpstan-access-to-undefined-property                  
  216    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::assertSession().     
  235    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::getSession().        
  283    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::drupalGet().         
  287    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::drupalGet().         
  307    Access to an undefined property                                                           
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::$container.          
         💡 Learn more:                                                                            
            https://phpstan.org/blog/solving-phpstan-access-to-undefined-property                  
  312    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::createUser().        
  313    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::drupalLogin().       
  317    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::assertSession().     
  340    Call to an undefined method                                                               
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::getSession().        
  357    Access to an undefined property                                                           
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::$container.          
         💡 Learn more:                                                                            
            https://phpstan.org/blog/solving-phpstan-access-to-undefined-property                  
  375    Access to an undefined property                                                           
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::$container.          
         💡 Learn more:                                                                            
            https://phpstan.org/blog/solving-phpstan-access-to-undefined-property                  
  387    Access to an undefined property                                                           
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::$container.          
         💡 Learn more:                                                                            
            https://phpstan.org/blog/solving-phpstan-access-to-undefined-property                  
  390    Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::tearDown()           
         calls parent::tearDown() but                                                              
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase                       
         does not extend any class.                                                                
 ------ ------------------------------------------------------------------------------------------ 
 ------ ------------------------------------------------------------------------------------- 
  Line   tests/src/Traits/AssertLinksTrait.php (in context of class                           
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase)                 
 ------ ------------------------------------------------------------------------------------- 
  22     Call to an undefined method                                                          
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::assertCount().  
  32     Call to an undefined method                                                          
         Drupal\Tests\acquia_cms_common\ExistingSite\ContentTypeListTestBase::assertSame().   
 ------ ------------------------------------------------------------------------------------- 
 [ERROR] Found 57 errors   

stylelint:

"../modules/custom/acquia_cms_common/css/cookie-compliance.css
   8:3   ✖  Expected ""width"" to come before ""padding""                        order/properties-order
   9:3   ✖  Expected ""z-index"" to come before ""width""                        order/properties-order
  21:3   ✖  Expected ""max-width"" to come before ""margin""                     order/properties-order
  22:3   ✖  Expected ""display"" to come before ""max-width""                    order/properties-order
  24:3   ✖  Expected ""width"" to come before ""text-align""                     order/properties-order
  29:3   ✖  Expected ""max-width"" to come before ""margin""                     order/properties-order
  33:3   ✖  Expected ""max-width"" to come before ""margin""                     order/properties-order
  34:3   ✖  Expected ""float"" to come before ""max-width""                      order/properties-order
  44:3   ✖  Expected ""display"" to come before ""cursor""                       order/properties-order
  49:3   ✖  Expected ""text-decoration"" to come before ""border""               order/properties-order
  56:3   ✖  Expected ""margin-top"" to come before ""background""                order/properties-order
  66:3   ✖  Expected ""margin-right"" to come before ""cursor""                  order/properties-order
  67:3   ✖  Expected ""margin-top"" to come before ""margin-right""              order/properties-order
  69:3   ✖  Expected ""overflow"" to come before ""vertical-align""              order/properties-order
  71:36  ✖  Expected ""#ffffff"" to be ""#fff""                                  color-hex-length
  72:39  ✖  Expected ""#ffffff"" to be ""#fff""                                  color-hex-length
  73:31  ✖  Expected ""#ffffff"" to be ""#fff""                                  color-hex-length
  74:3   ✖  Expected ""background-color"" to come before ""box-shadow""          order/properties-order
  81:3   ✖  Expected ""-moz-border-radius"" to come before ""background-image""  order/properties-order
  84:3   ✖  Expected ""border"" to come before ""border-radius""                 order/properties-order
  85:3   ✖  Expected ""color"" to come before ""border""                         order/properties-order
  88:3   ✖  Expected ""padding"" to come before ""font-weight""                  order/properties-order
  90:26  ✖  Expected ""#ffffff"" to be ""#fff""                                  color-hex-length
  93:36  ✖  Expected ""#ffffff"" to be ""#fff""                                  color-hex-length
  94:39  ✖  Expected ""#ffffff"" to be ""#fff""                                  color-hex-length
  95:31  ✖  Expected ""#ffffff"" to be ""#fff""                                  color-hex-length
 122:3   ✖  Expected ""max-width"" to come before ""margin""                     order/properties-order
 145:3   ✖  Expected ""margin"" to come before ""line-height""                   order/properties-order
 158:3   ✖  Expected ""display"" to come before ""font-size""                    order/properties-order
 180:3   ✖  Expected ""left"" to come before ""transform""                       order/properties-order
 190:3   ✖  Expected ""font-size"" to come before ""line-height""                order/properties-order
 191:3   ✖  Expected ""background-color"" to come before ""font-size""           order/properties-order
 192:3   ✖  Expected ""padding"" to come before ""background-color""             order/properties-order
 195:3   ✖  Expected ""transition"" to come before ""border-radius""             order/properties-order
 196:3   ✖  Expected ""-webkit-transition"" to come before ""transition""        order/properties-order
 199:3   ✖  Expected ""margin-right"" to come before ""-o-transition""           order/properties-order
 200:3   ✖  Expected ""margin-top"" to come before ""margin-right""              order/properties-order
 217:5   ✖  Expected ""float"" to come before ""clear""                          order/properties-order
 230:5   ✖  Expected ""right"" to come before ""bottom""                         order/properties-order
../modules/custom/acquia_cms_common/assets/imce/imce.css
  11:15  ✖  Expected ""#ffffff"" to be ""#fff""                             color-hex-length
  12:3   ✖  Expected ""border"" to come before ""background""               order/properties-order
  19:3   ✖  Expected ""background"" to come before ""box-shadow""           order/properties-order
  20:3   ✖  Expected ""border"" to come before ""background""               order/properties-order
  21:3   ✖  Expected ""color"" to come before ""border""                    order/properties-order
  21:10  ✖  Expected ""#ffffff"" to be ""#fff""                             color-hex-length
  39:3   ✖  Expected ""color"" to come before ""background""                order/properties-order
  39:10  ✖  Expected ""#ffffff"" to be ""#fff""                             color-hex-length
  59:3   ✖  Expected ""border"" to come before ""background-color""         order/properties-order
  60:3   ✖  Expected ""color"" to come before ""border""                    order/properties-order
  60:10  ✖  Expected ""#ffffff"" to be ""#fff""                             color-hex-length
  67:3   ✖  Expected ""color"" to come before ""background-color""          order/properties-order
  67:10  ✖  Expected ""#ffffff"" to be ""#fff""                             color-hex-length
  74:3   ✖  Expected ""color"" to come before ""background-color""          order/properties-order
  74:10  ✖  Expected ""#ffffff"" to be ""#fff""                             color-hex-length
  77:32  ✖  Expected double colon pseudo-element notation               selector-pseudo-element-colon-notation
  82:30  ✖  Expected double colon pseudo-element notation               selector-pseudo-element-colon-notation
  85:3   ✖  Expected ""content"" to come before ""color""                   order/properties-order
  88:40  ✖  Expected double colon pseudo-element notation               selector-pseudo-element-colon-notation
  90:3   ✖  Expected ""content"" to come before ""color""                   order/properties-order
  97:38  ✖  Expected double colon pseudo-element notation               selector-pseudo-element-colon-notation
  99:3   ✖  Expected ""content"" to come before ""color""                   order/properties-order
 104:3   ✖  Expected ""background"" to come before ""box-shadow""           order/properties-order
 105:3   ✖  Expected ""border-bottom-color"" to come before ""background""  order/properties-order
 106:3   ✖  Expected ""color"" to come before ""border-bottom-color""       order/properties-order
 106:10  ✖  Expected ""#ffffff"" to be ""#fff""                             color-hex-length
 110:10  ✖  Expected ""#ffffff"" to be ""#fff""                             color-hex-length
 115:3   ✖  Expected ""border"" to come before ""background""               order/properties-order
 116:3   ✖  Expected ""color"" to come before ""border""                    order/properties-order
 116:10  ✖  Expected ""#ffffff"" to be ""#fff""                             color-hex-length
 121:3   ✖  Expected ""border"" to come before ""box-shadow""               order/properties-order
 126:3   ✖  Expected ""cursor"" to come before ""background""               order/properties-order
 136:14  ✖  Unexpected missing generic font family                      font-family-no-missing-generic-family-keyword
 139:44  ✖  Expected double colon pseudo-element notation               selector-pseudo-element-colon-notation
 140:32  ✖  Expected double colon pseudo-element notation               selector-pseudo-element-colon-notation
../modules/custom/acquia_cms_common/assets/style/pnf_style.css
 5:3  ✖  Expected ""padding"" to come before ""text-align""  order/properties-order
../modules/custom/acquia_cms_common/modules/acquia_cms_support/css/diff-modal.css
  3:3  ✖  Expected ""padding"" to come before ""background""   order/properties-order
  9:3  ✖  Expected ""padding"" to come before ""background""   order/properties-order
 15:3  ✖  Expected ""padding"" to come before ""background""   order/properties-order
 22:3  ✖  Expected ""overflow"" to come before ""text-align""  order/properties-order
 23:3  ✖  Expected ""position"" to come before ""overflow""    order/properties-order
 25:3  ✖  Expected ""right"" to come before ""bottom""         order/properties-order
 31:3  ✖  Expected ""left"" to come before ""background""      order/properties-order
82 problems (82 errors, 0 warnings)
4 sources checked
 /builds/project/acquia_cms_common/web/modules/custom/acquia_cms_common/css/cookie-compliance.css
 /builds/project/acquia_cms_common/web/modules/custom/acquia_cms_common/assets/imce/imce.css
 /builds/project/acquia_cms_common/web/modules/custom/acquia_cms_common/assets/style/pnf_style.css
 /builds/project/acquia_cms_common/web/modules/custom/acquia_cms_common/modules/acquia_cms_support/css/diff-modal.css
82 errors found
 order/properties-order: 59
 color-hex-length: 16 (maybe fixable)
 selector-pseudo-element-colon-notation: 6 (maybe fixable)
 font-family-no-missing-generic-family-keyword: 1"

phpunit-d10:

"1) Drupal\Tests\acquia_cms_common\Functional\BasicPermissionsTest::testModulePermissions with data set #0 ('shield', array(array('administer shield')))
Undefined array key ""shield""
/builds/project/acquia_cms_common/web/core/lib/Drupal/Core/Extension/ModuleInstaller.php:125
/builds/project/acquia_cms_common/web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php:83
/builds/project/acquia_cms_common/tests/src/Functional/BasicPermissionsTest.php:61
/builds/project/acquia_cms_common/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
2) Drupal\Tests\acquia_cms_common\Functional\UserLoginFloodTest::testUserLoginFloodControl
Exception: User warning: The following theme is missing from the file system: acquia_claro
Drupal\Core\Extension\ExtensionPathResolver->getPathname()() (Line: 63)
/builds/project/acquia_cms_common/web/core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php:47
/builds/project/acquia_cms_common/vendor/guzzlehttp/promises/src/Promise.php:209
/builds/project/acquia_cms_common/vendor/guzzlehttp/promises/src/Promise.php:158
/builds/project/acquia_cms_common/vendor/guzzlehttp/promises/src/TaskQueue.php:52
/builds/project/acquia_cms_common/vendor/guzzlehttp/promises/src/Promise.php:251
/builds/project/acquia_cms_common/vendor/guzzlehttp/promises/src/Promise.php:227
/builds/project/acquia_cms_common/vendor/guzzlehttp/promises/src/Promise.php:272
/builds/project/acquia_cms_common/vendor/guzzlehttp/promises/src/Promise.php:229
/builds/project/acquia_cms_common/vendor/guzzlehttp/promises/src/Promise.php:69
/builds/project/acquia_cms_common/vendor/guzzlehttp/guzzle/src/Client.php:189
/builds/project/acquia_cms_common/web/core/tests/Drupal/Tests/DrupalTestBrowser.php:137
/builds/project/acquia_cms_common/vendor/symfony/browser-kit/AbstractBrowser.php:403
/builds/project/acquia_cms_common/vendor/symfony/browser-kit/AbstractBrowser.php:320
/builds/project/acquia_cms_common/vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php:674
/builds/project/acquia_cms_common/vendor/behat/mink-browserkit-driver/src/BrowserKitDriver.php:462
/builds/project/acquia_cms_common/vendor/behat/mink/src/Element/NodeElement.php:153
/builds/project/acquia_cms_common/vendor/behat/mink/src/Element/NodeElement.php:161
/builds/project/acquia_cms_common/web/core/tests/Drupal/Tests/UiHelperTrait.php:100
/builds/project/acquia_cms_common/tests/src/Functional/UserLoginFloodTest.php:78
/builds/project/acquia_cms_common/tests/src/Functional/UserLoginFloodTest.php:57
/builds/project/acquia_cms_common/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
3) Drupal\Tests\acquia_cms_common\Kernel\AcquiaCmsTelemetryTest::testSiteStudioStatus
Undefined array key ""cohesion""
/builds/project/acquia_cms_common/web/core/lib/Drupal/Core/Extension/ModuleInstaller.php:125
/builds/project/acquia_cms_common/web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php:83
/builds/project/acquia_cms_common/tests/src/Kernel/AcquiaCmsTelemetryTest.php:146
/builds/project/acquia_cms_common/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
4) Drupal\Tests\acquia_cms_common\Kernel\AcquiaCmsTelemetryTest::testAcquiaCmsTelemetryDataWithSiteStudio
Undefined array key ""cohesion""
/builds/project/acquia_cms_common/web/core/lib/Drupal/Core/Extension/ModuleInstaller.php:125
/builds/project/acquia_cms_common/web/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php:83
/builds/project/acquia_cms_common/tests/src/Kernel/AcquiaCmsTelemetryTest.php:262
/builds/project/acquia_cms_common/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
ERRORS!"

Note:
Fix in parent issue use this fork: https://git.drupalcode.org/issue/acquia_cms_common-3397084/-/tree/339708... so pipeline will run.

📌 Task
Status

Closed: outdated

Version

3.0

Component

Code

Created by

🇮🇳India Rajeshreeputra Pune

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024