Skip to content

Deprecation Notice for JMoseCommandSchedulerExtensionTest #177

@knallcharge

Description

@knallcharge

When running "composer update" I'm getting this notice:

Deprecation Notice: Class JMose\CommandSchedulerBundle\DependencyInjection\Tests\JMoseCommandSchedulerExtensionTest located in (...)/vendor/jmose/command-scheduler-bundle\Tests\DependencyInjection\JMoseCommandSchedulerExtensionTest
.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201

Replacing
namespace JMose\CommandSchedulerBundle\DependencyInjection\Tests;
with
namespace JMose\CommandSchedulerBundle\Tests\DependencyInjection;
should fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions