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

HybridAuth and PHPMailer updated.

This commit is contained in:
Cameron
2020-12-20 17:50:56 -08:00
parent 153cf33aa7
commit aee1d26df8
160 changed files with 3159 additions and 3574 deletions

View File

@@ -34,7 +34,7 @@ class e_user_providerTest extends \Codeception\Test\Unit
$this->assertIsArray($result);
$this->assertContains("Facebook", $result);
$this->assertContains("Twitter", $result);
$this->assertCount(46, $result,
$this->assertCount(50, $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."
);