mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Don't duplicate Hybridauth config in e107::getHybridAuth()
This commit is contained in:
@@ -439,13 +439,15 @@ class e107Test extends \Codeception\Test\Unit
|
||||
$res = null;
|
||||
$this->assertTrue($res);
|
||||
}
|
||||
*/
|
||||
|
||||
public function testGetHybridAuth()
|
||||
{
|
||||
$res = null;
|
||||
$this->assertTrue($res);
|
||||
$object = e107::getHybridAuth();
|
||||
$this->assertInstanceOf(Hybridauth\Hybridauth::class, $object);
|
||||
}
|
||||
|
||||
/*
|
||||
public function testGetUserClass()
|
||||
{
|
||||
$res = null;
|
||||
|
Reference in New Issue
Block a user