mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 23:26:41 +02:00
Corrected provider count.
This commit is contained in:
@@ -34,7 +34,7 @@ class e_user_providerTest extends \Codeception\Test\Unit
|
|||||||
$this->assertIsArray($result);
|
$this->assertIsArray($result);
|
||||||
$this->assertContains("Facebook", $result);
|
$this->assertContains("Facebook", $result);
|
||||||
$this->assertContains("Twitter", $result);
|
$this->assertContains("Twitter", $result);
|
||||||
$this->assertCount(50, $result,
|
$this->assertCount(45, $result,
|
||||||
"The number of Hybridauth providers has changed! If this is intentional, note the change " .
|
"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."
|
"in Hybridauth providers in the release changelog and update the count in this test."
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user