From 60e4e6943d2bfc30c1b9f6932b55e90dac3fe3c3 Mon Sep 17 00:00:00 2001 From: Jack Wall Date: Tue, 14 Apr 2015 17:26:07 +0100 Subject: [PATCH] Fixed failing test --- tests/VkontakteTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()