From fe953299337381e7b24ff077c59391d6be777a68 Mon Sep 17 00:00:00 2001 From: vEnCa-X Date: Sun, 25 Apr 2021 23:01:40 +0200 Subject: [PATCH] Fix test --- tests/tests/InstanceTest.phpt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests/InstanceTest.phpt b/tests/tests/InstanceTest.phpt index 65b68a7..136602b 100644 --- a/tests/tests/InstanceTest.phpt +++ b/tests/tests/InstanceTest.phpt @@ -32,7 +32,6 @@ class InstanceTest extends Tester\TestCase public function testFacebookLoginUrl() { $this->socialLogin->facebook->setScope(['email']); - $this->socialLogin->facebook->setState('https://www.mypage.cz/sign/facebook'); $url = $this->socialLogin->facebook->getLoginUrl();