Skip to content

Commit e8b9316

Browse files
committed
Fixed ingoring of the oauth 2 token class
1 parent 2ee466f commit e8b9316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<file>src/OAuth/OAuth1/Signature/Exception/UnsupportedHashAlgorithmException.php</file>
3535
<file>src/OAuth/OAuth2/Service/Exception/InvalidScopeException.php</file>
3636
<file>src/OAuth/OAuth2/Service/Exception/MissingRefreshTokenException.php</file>
37-
<file>src/OAuth/OAuth2/Token/Exception/StdOAuth2Token.php</file>
37+
<file>src/OAuth/OAuth2/Token/StdOAuth2Token.php</file>
3838
</exclude>
3939
</whitelist>
4040
</filter>

0 commit comments

Comments
 (0)