Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 92020e5

Browse files
committed
:octocat:
1 parent 17433e9 commit 92020e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Providers/OAuth2ProviderTestAbstract.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,12 @@ public function testCheckCSRFState(){
160160
return;
161161
}
162162

163-
$provider = $this
163+
// will throw an exception if it goes wrong
164+
$this
164165
->getMethod('checkState')
165166
->invokeArgs($this->provider, ['test_state']);
166167

167-
$this->assertInstanceOf(OAuth2Interface::class, $provider);
168+
$this->expectNotToPerformAssertions();
168169
}
169170

170171
/**

0 commit comments

Comments
 (0)