Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhpStan missing dependency, hoa\test\suite #3017

Closed
vdaruben opened this issue Feb 25, 2020 · 3 comments
Closed

PhpStan missing dependency, hoa\test\suite #3017

vdaruben opened this issue Feb 25, 2020 · 3 comments

Comments

@vdaruben
Copy link

Bug report

When using the newest PhpStan version and testing the src directory, an error appears saying that the class Hoa\Test\Suite can not be found. This dependency should be included in a .phar file in the PhpStan bundle but seems to be missing. By including the hoa bundle manualy in the composer.json this issue seems te be resolved.

Code snippet that solves the problem

composer require --dev hoa/test '~2.0'

This problem did not seem to occur when testing the 'tests' directory.

@mergeable
Copy link

mergeable bot commented Feb 25, 2020

This bug report is missing a link to reproduction on phpstan.org.
It will most likely be closed after manual review.

@ondrejmirtes
Copy link
Member

Hoa library is problematic for static analysis.

See:

Also make sure you're on the latest PHPStan version.

@lock
Copy link

lock bot commented Mar 27, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants