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

AcceptanceTester and Acceptance do not comply with PSR-4. #15

Open
twistor opened this issue Dec 22, 2020 · 0 comments
Open

AcceptanceTester and Acceptance do not comply with PSR-4. #15

twistor opened this issue Dec 22, 2020 · 0 comments

Comments

@twistor
Copy link

twistor commented Dec 22, 2020

When installing this package with composer install -o I get a notice that there are 2 classes that do not comply with PSR-4 and will not work with Composer 2.0.

Deprecation Notice: Class Psalm\MockeryPlugin\Tests\AcceptanceTester located in ./vendor/psalm/plugin-mockery/tests/_support/AcceptanceTester.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Psalm\MockeryPlugin\Tests\Helper\Acceptance located in ./vendor/psalm/plugin-mockery/tests/_support/Helper/Acceptance.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant