From bf9f149eb6c2accafc7e9c7165bfa292703b2e8e Mon Sep 17 00:00:00 2001 From: peterdd Date: Mon, 9 Mar 2015 19:54:36 +0100 Subject: [PATCH] Update GithubTest.php --- test/src/Provider/GithubTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/Provider/GithubTest.php b/test/src/Provider/GithubTest.php index 94795ed4..6bc5b51b 100644 --- a/test/src/Provider/GithubTest.php +++ b/test/src/Provider/GithubTest.php @@ -89,7 +89,7 @@ public function testGetAccessTokenSetResultUid() public function testScopes() { $this->provider->setScopes(['user', 'repo']); - $this->assertEquals(['user', 'repo'], $this->provider->getScopes()); + $this->assertEquals(array('user', 'repo'), $this->provider->getScopes()); } public function testUserData()