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()