FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 451 forks source link

The command defined in "FOS\OAuthServerBundle\Command\BaseCommand" cannot h ave an empty name. #536

Open Chrysweel opened 6 years ago

Chrysweel commented 6 years ago

I just update version to:

Removing friendsofsymfony/oauth-server-bundle (1.6.x-dev ed3ec73) Installing friendsofsymfony/oauth-server-bundle (1.6.x-dev 6cc66d9)

And when clean cache I see the following warning:

[WARNING] Some commands could not be registered:                                                                                                          
  The command defined in "FOS\OAuthServerBundle\Command\BaseCommand" cannot have an empty name.

Some suggestion ?

Chrysweel commented 6 years ago

Does anyone know anything about it? :(

dinamic commented 6 years ago

This seem to be caused by #534 a few days back.

@dkarlovi, is there a way to have this checked in TravisCI in every build?

dkarlovi commented 6 years ago

Yes, that's the reason why I'm interested in adding actual functional tests, as with #519.

Chrysweel commented 6 years ago

This problem is fixed in some branch ?

alanpoulain commented 6 years ago

@Chrysweel see my PR: https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/548