You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Trikoder\Bundle\OAuth2Bundle\Tests\Integration\AuthorizationServerTest::testValidClientCredentialsGrantWithInheritedScope
Undefined index: access_token
/app/src/Tests/Integration/AuthorizationServerTest.php:238
2) Trikoder\Bundle\OAuth2Bundle\Tests\Integration\AuthorizationServerTest::testValidClientCredentialsGrantWithRequestedScope
Undefined index: access_token
/app/src/Tests/Integration/AuthorizationServerTest.php:272
--
There was 1 failure:
1) Trikoder\Bundle\OAuth2Bundle\Tests\Integration\AuthorizationServerTest::testRestrictedScopeClient
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'invalid_scope'
+'invalid_client'
/app/src/Tests/Integration/AuthorizationServerTest.php:131
My dev environment is not operational to fix those errors (don't have installed ext-timecop and ext-xdebug that are required in the dev dependencies...).
If someone could fix this that'll be great :-) Otherwise I'll do it, but I won't be able to do it until a long time (busy working and also busy with my other PR ;-) )
The text was updated successfully, but these errors were encountered:
I've saw that the test keep failing since the last merge.
Here is the cause I could find in the logs
My dev environment is not operational to fix those errors (don't have installed
ext-timecop
andext-xdebug
that are required in the dev dependencies...).If someone could fix this that'll be great :-) Otherwise I'll do it, but I won't be able to do it until a long time (busy working and also busy with my other PR ;-) )
The text was updated successfully, but these errors were encountered: