Fixed failing test

This commit is contained in:
Jack Wall
2015-04-14 17:26:07 +01:00
parent 1f219e663c
commit 60e4e6943d

View File

@@ -68,7 +68,7 @@ class VkontakteTest extends \PHPUnit_Framework_TestCase
public function testScopes() public function testScopes()
{ {
$this->assertEquals([], $this->provider->getScopes()); $this->assertEquals(['email'], $this->provider->getScopes());
} }
public function testUserData() public function testUserData()