Giter Club home page Giter Club logo

Comments (4)

pobtastic avatar pobtastic commented on May 25, 2024

Does this sound like the same issue?

$ ./bin/drupal-check -d docroot/core/modules/hal
 36/36 [β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“] 100%

 ------ --------------------------------------------------------------------------------------------------------------------------------- 
  Line   src/HalServiceProvider.php                                                                                                       
 ------ --------------------------------------------------------------------------------------------------------------------------------- 
         Class Drupal\hal\HalServiceProvider was not found while trying to analyse it - autoloading is probably not configured properly.  
 ------ --------------------------------------------------------------------------------------------------------------------------------- 

 ------ ------------------------------------------------------------------------- 
  Line   tests/src/Unit/NormalizerDenormalizeExceptionsUnitTestBase.php           
 ------ ------------------------------------------------------------------------- 
  21     Call to deprecated method getMock() of class Drupal\Tests\UnitTestCase:  
         in Drupal 8.5.0 and will be removed before Drupal 9.0.0.                 
         Use \Drupal\Tests\PhpunitCompatibilityTrait::createMock() instead.       
 ------ ------------------------------------------------------------------------- 

                                                                                                                        
 [ERROR] Found 2 errors                                                                                                 

And then with ZERO changes to anything, I've run it again;

$ ./bin/drupal-check -d docroot/core/modules/hal
 36/36 [β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“β–“] 100%

 ------ ------------------------------------------------------------------------- 
  Line   tests/src/Unit/NormalizerDenormalizeExceptionsUnitTestBase.php           
 ------ ------------------------------------------------------------------------- 
  21     Call to deprecated method getMock() of class Drupal\Tests\UnitTestCase:  
         in Drupal 8.5.0 and will be removed before Drupal 9.0.0.                 
         Use \Drupal\Tests\PhpunitCompatibilityTrait::createMock() instead.       
 ------ ------------------------------------------------------------------------- 

                                                                                                                        
 [ERROR] Found 1 error                                                                                                  

We see this same issue in lots of places unfortunately. It's only ever on the very first try though, so it affects our CI more than locally. To reproduce you need to;

rm -rf vendor/mglaman
composer install

...and then run the check again.

from phpstan-drupal.

mglaman avatar mglaman commented on May 25, 2024

πŸ€” Kind of. But this issue is more to track / try to improve Drupal core's autoloading system which makes this extension easier to maintain

from phpstan-drupal.

pobtastic avatar pobtastic commented on May 25, 2024

Hmmmmm is it worth my opening a new issue, or just track/ assist with the core issue? We found that although the patch seemed to address the issue ... it completely broke Drush (with an autoload error).

from phpstan-drupal.

mglaman avatar mglaman commented on May 25, 2024

Closing this issue. It's just tracking the Drupal core issue.

from phpstan-drupal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.