1
0
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:
Nick Liu
2020-02-19 16:54:21 +01:00
parent 0bacc5903c
commit a91fa2c9b8
2 changed files with 12 additions and 16 deletions

View File

@@ -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;