flywheel icon indicating copy to clipboard operation
flywheel copied to clipboard

Tests don't comply with PSR-0 autoloading standard

Open DevDavido opened this issue 5 years ago • 0 comments

Hey 👋 Thanks for this useful package, I'm using it in some of my projects :)

Now on to the issue: When generating the autoload files with composer I encountered these two deprecation notices:

Deprecation Notice: Class JamesMoss\Flywheel\NestedRespositoryTest located in ./vendor/jamesmoss/flywheel/test/JamesMoss/Flywheel/NestedRepositoryTest.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/lib/plesk-9.0/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201

Deprecation Notice: Class JamesMoss\Flywheel\RespositoryTest located in ./vendor/jamesmoss/flywheel/test/JamesMoss/Flywheel/RepositoryTest.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/lib/plesk-9.0/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201

Using composer v1.10.1 (latest). Just wanted to let you know...

DevDavido avatar Apr 01 '20 00:04 DevDavido