yii\authclient\clients\GoogleOpenId restored

This commit is contained in:
Klimov Paul
2015-03-18 13:22:24 +02:00
parent d1e7c22506
commit f65ca1649a
3 changed files with 97 additions and 2 deletions

View File

@@ -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);