mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Vendor folder upgrades:
- Upgrading hybridauth/hybridauth (v3.8.0 => v3.8.2) - Upgrading guzzlehttp/psr7 (1.8.5 => 1.9.0) - Upgrading matthiasmullie/minify (1.3.68 => 1.3.70) - Upgrading phpmailer/phpmailer (v6.6.0 => v6.7.1)
This commit is contained in:
@@ -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(52, $result,
|
||||
$this->assertCount(48, $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."
|
||||
);
|
||||
@@ -89,11 +89,11 @@ class e_user_providerTest extends \Codeception\Test\Unit
|
||||
$result = e_user_provider::getSupplementalFieldsOf("Google");
|
||||
$this->assertTrue(array_key_exists('photo_size', $result));
|
||||
|
||||
$result = e_user_provider::getSupplementalFieldsOf("Odnoklassniki");
|
||||
/* $result = e_user_provider::getSupplementalFieldsOf("Odnoklassniki");
|
||||
$this->assertTrue(array_key_exists('key', $result['keys']));
|
||||
$this->assertTrue(array_key_exists('secret', $result['keys']));
|
||||
$this->assertIsNotArray($result['keys']['key']);
|
||||
$this->assertIsNotArray($result['keys']['secret']);
|
||||
$this->assertIsNotArray($result['keys']['secret']);*/
|
||||
|
||||
$result = e_user_provider::getSupplementalFieldsOf("StackExchange");
|
||||
$this->assertTrue(array_key_exists('api_key', $result));
|
||||
@@ -112,8 +112,8 @@ class e_user_providerTest extends \Codeception\Test\Unit
|
||||
$this->assertTrue(array_key_exists('photo_size', $result));
|
||||
$this->assertIsNotArray($result['photo_size']);
|
||||
|
||||
$result = e_user_provider::getSupplementalFieldsOf("Vkontakte");
|
||||
$this->assertTrue(array_key_exists('photo_size', $result));
|
||||
/* $result = e_user_provider::getSupplementalFieldsOf("Vkontakte");
|
||||
$this->assertTrue(array_key_exists('photo_size', $result));*/
|
||||
}
|
||||
|
||||
public function testNewSuppressExceptions()
|
||||
|
Reference in New Issue
Block a user