mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 06:17:56 +08:00
yii\authclient\clients\GoogleOpenId restored
This commit is contained in:
@@ -64,7 +64,7 @@ class OpenIdTest extends TestCase
|
||||
|
||||
public function testDiscover()
|
||||
{
|
||||
$url = 'https://www.google.com/accounts/o8/id';
|
||||
$url = 'http://openid.yandex.ru';
|
||||
$client = new OpenId();
|
||||
$info = $client->discover($url);
|
||||
$this->assertNotEmpty($info);
|
||||
|
||||
Reference in New Issue
Block a user