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

Commit

Permalink
:octocat:
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Feb 25, 2019
1 parent 17433e9 commit 92020e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/Providers/OAuth2ProviderTestAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,12 @@ public function testCheckCSRFState(){
return;
}

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

$this->assertInstanceOf(OAuth2Interface::class, $provider);
$this->expectNotToPerformAssertions();
}

/**
Expand Down

0 comments on commit 92020e5

Please sign in to comment.