1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

Added new hybridauth providers. (Apple, Pinterest etc)

This commit is contained in:
Cameron
2021-04-12 10:32:24 -07:00
parent 826b777174
commit 9e091aedf4
7 changed files with 713 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ class e_user_providerTest extends \Codeception\Test\Unit
$this->assertIsArray($result);
$this->assertContains("Facebook", $result);
$this->assertContains("Twitter", $result);
$this->assertCount(45, $result,
$this->assertCount(51, $result,
"The number of Hybridauth providers has changed! If this is intentional, note the change " .
"in Hybridauth providers in the release changelog and update the count in this test."
);