Skip to content

Commit

Permalink
HybridAuth test update.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Mar 6, 2024
1 parent 16d032c commit 65399f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 13 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion e107_tests/tests/unit/e_user_providerTest.php
Expand Up @@ -35,7 +35,7 @@ public function testGetSupportedProviders()
$this->assertIsArray($result);
$this->assertContains("Facebook", $result);
$this->assertContains("Twitter", $result);
$this->assertCount(50, $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."
);
Expand Down

0 comments on commit 65399f7

Please sign in to comment.