diff --git a/tests/VkontakteTest.php b/tests/VkontakteTest.php index ef95c94..89a0d7c 100644 --- a/tests/VkontakteTest.php +++ b/tests/VkontakteTest.php @@ -68,7 +68,7 @@ class VkontakteTest extends \PHPUnit_Framework_TestCase public function testScopes() { - $this->assertEquals([], $this->provider->getScopes()); + $this->assertEquals(['email'], $this->provider->getScopes()); } public function testUserData()