mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Remove undefined variable in GooglePlus Authentication Provider
This commit is contained in:
@@ -195,14 +195,29 @@ abstract class ProviderTestCase extends \PhraseanetTestCase
|
||||
|
||||
abstract protected function authenticateProvider(ProviderInterface $provider);
|
||||
|
||||
/**
|
||||
* @return ProviderInterface
|
||||
*/
|
||||
abstract protected function getProviderForAuthentication();
|
||||
|
||||
/**
|
||||
* @return ProviderInterface
|
||||
*/
|
||||
abstract protected function getProviderForLogout();
|
||||
|
||||
/**
|
||||
* @return ProviderInterface
|
||||
*/
|
||||
abstract protected function getProviderForSuccessIdentity();
|
||||
|
||||
/**
|
||||
* @return ProviderInterface
|
||||
*/
|
||||
abstract protected function getProviderForFailingIdentity();
|
||||
|
||||
/**
|
||||
* @return ProviderInterface
|
||||
*/
|
||||
abstract protected function getAvailableFieldsForIdentity();
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user