OAuth2 Server - 7.x-1.x

Test status
StatusResult
Last receivedWed, 10/28/2015 - 17:56:00
Last requestedWed, 10/28/2015 - 17:56:01
Last testedWed, 10/28/2015 - 17:57:28
Test count7
Environment status
MySQLfail
Branch information
Identifier7.x-1.x
ProjectOAuth2 Server
LinkProject information
SummaryFAILED: [[SimpleTest]]: [MySQL] 72 pass(es), 22 fail(s), and 8 exception(s).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
    Review the test failures below then if necessary run them locally until the problem has been fixed.
  10. Complete test suite with all tests passing
72 pass(es), 22 fail(s), and 8 exception(s)

Non-pass

Test namePassFailException
ExpandOAuth2 Server (OAuth2ServerTestCase) [OAuth2]37218
MessageGroupFilenameLineFunctionStatus
Undefined property: stdClass::$redirect_urlNoticeoauth2_server.test190OAuth2ServerTestCase->testAuthorization()
User was properly redirected to the "redirect_uri".Otheroauth2_server.test196OAuth2ServerTestCase->testAuthorization()
Undefined offset: 1Noticeoauth2_server.test197OAuth2ServerTestCase->testAuthorization()
The server returned an authorization codeOtheroauth2_server.test199OAuth2ServerTestCase->testAuthorization()
Undefined index: stateNoticeoauth2_server.test200OAuth2ServerTestCase->testAuthorization()
The server returned a valid stateOtheroauth2_server.test201OAuth2ServerTestCase->testAuthorization()
The implicit flow request completed successfullyOtheroauth2_server.test212OAuth2ServerTestCase->testImplicitFlow()
Undefined property: stdClass::$redirect_urlNoticeoauth2_server.test213OAuth2ServerTestCase->testImplicitFlow()
Undefined offset: 1Noticeoauth2_server.test214OAuth2ServerTestCase->testImplicitFlow()
The "access token" value is present in the return valuesOtheroauth2_server.test215OAuth2ServerTestCase->testImplicitFlow()
The "expires_in" value is present in the return valuesOtheroauth2_server.test215OAuth2ServerTestCase->testImplicitFlow()
The "token_type" value is present in the return valuesOtheroauth2_server.test215OAuth2ServerTestCase->testImplicitFlow()
The "scope" value is present in the return valuesOtheroauth2_server.test215OAuth2ServerTestCase->testImplicitFlow()
Undefined property: stdClass::$redirect_urlNoticeoauth2_server.test236OAuth2ServerTestCase->testAuthorizationCodeGrantType()
Undefined offset: 1Noticeoauth2_server.test237OAuth2ServerTestCase->testAuthorizationCodeGrantType()
Undefined index: codeNoticeoauth2_server.test238OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The token request completed successfullyOtheroauth2_server.test261OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "access token" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "expires_in" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "token_type" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "scope" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "refresh_token" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The token request completed successfullyOtheroauth2_server.test286OAuth2ServerTestCase->testClientCredentialsGrantType()
The "access token" value is present in the return valuesOtheroauth2_server.test288OAuth2ServerTestCase->testClientCredentialsGrantType()
The "expires_in" value is present in the return valuesOtheroauth2_server.test288OAuth2ServerTestCase->testClientCredentialsGrantType()
The "token_type" value is present in the return valuesOtheroauth2_server.test288OAuth2ServerTestCase->testClientCredentialsGrantType()
The "scope" value is present in the return valuesOtheroauth2_server.test288OAuth2ServerTestCase->testClientCredentialsGrantType()
The test did not complete due to a fatal error.Completion checkoauth2_server.test294OAuth2ServerTestCase->testJwtBearerGrantType()
Class 'OAuth2\Encryption\Jwt' not foundPHP Fatal erroroauth2_server.test295Unknown
ExpandOAuth2 Server Storage (OAuth2ServerStorageTestCase) [OAuth2]110
MessageGroupFilenameLineFunctionStatus
The test did not complete due to a fatal error.Completion checkoauth2_server.test936OAuth2ServerStorageTestCase->testCheckClientCredentials()

All

Test namePassFailException
ExpandOAuth2 Server (OAuth2ServerTestCase) [OAuth2]37218
MessageGroupFilenameLineFunctionStatus
Undefined property: stdClass::$redirect_urlNoticeoauth2_server.test190OAuth2ServerTestCase->testAuthorization()
User was properly redirected to the "redirect_uri".Otheroauth2_server.test196OAuth2ServerTestCase->testAuthorization()
Undefined offset: 1Noticeoauth2_server.test197OAuth2ServerTestCase->testAuthorization()
The server returned an authorization codeOtheroauth2_server.test199OAuth2ServerTestCase->testAuthorization()
Undefined index: stateNoticeoauth2_server.test200OAuth2ServerTestCase->testAuthorization()
The server returned a valid stateOtheroauth2_server.test201OAuth2ServerTestCase->testAuthorization()
The implicit flow request completed successfullyOtheroauth2_server.test212OAuth2ServerTestCase->testImplicitFlow()
Undefined property: stdClass::$redirect_urlNoticeoauth2_server.test213OAuth2ServerTestCase->testImplicitFlow()
Undefined offset: 1Noticeoauth2_server.test214OAuth2ServerTestCase->testImplicitFlow()
The "access token" value is present in the return valuesOtheroauth2_server.test215OAuth2ServerTestCase->testImplicitFlow()
The "expires_in" value is present in the return valuesOtheroauth2_server.test215OAuth2ServerTestCase->testImplicitFlow()
The "token_type" value is present in the return valuesOtheroauth2_server.test215OAuth2ServerTestCase->testImplicitFlow()
The "scope" value is present in the return valuesOtheroauth2_server.test215OAuth2ServerTestCase->testImplicitFlow()
Undefined property: stdClass::$redirect_urlNoticeoauth2_server.test236OAuth2ServerTestCase->testAuthorizationCodeGrantType()
Undefined offset: 1Noticeoauth2_server.test237OAuth2ServerTestCase->testAuthorizationCodeGrantType()
Undefined index: codeNoticeoauth2_server.test238OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The token request completed successfullyOtheroauth2_server.test261OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "access token" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "expires_in" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "token_type" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "scope" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The "refresh_token" value is present in the return valuesOtheroauth2_server.test263OAuth2ServerTestCase->testAuthorizationCodeGrantType()
The token request completed successfullyOtheroauth2_server.test286OAuth2ServerTestCase->testClientCredentialsGrantType()
The "access token" value is present in the return valuesOtheroauth2_server.test288OAuth2ServerTestCase->testClientCredentialsGrantType()
The "expires_in" value is present in the return valuesOtheroauth2_server.test288OAuth2ServerTestCase->testClientCredentialsGrantType()
The "token_type" value is present in the return valuesOtheroauth2_server.test288OAuth2ServerTestCase->testClientCredentialsGrantType()
The "scope" value is present in the return valuesOtheroauth2_server.test288OAuth2ServerTestCase->testClientCredentialsGrantType()
The test did not complete due to a fatal error.Completion checkoauth2_server.test294OAuth2ServerTestCase->testJwtBearerGrantType()
Class 'OAuth2\Encryption\Jwt' not foundPHP Fatal erroroauth2_server.test295Unknown
LeafOAuth2 Server Admin (OAuth2ServerAdminTestCase) [OAuth2]3400
ExpandOAuth2 Server Storage (OAuth2ServerStorageTestCase) [OAuth2]110
MessageGroupFilenameLineFunctionStatus
The test did not complete due to a fatal error.Completion checkoauth2_server.test936OAuth2ServerStorageTestCase->testCheckClientCredentials()