CakeDC\Users\Test\TestCase\Model\Behavior\SocialBehaviorTest::providerSocialLoginExistingAccountNotActiveUser PHP Method

providerSocialLoginExistingAccountNotActiveUser() public method

Provider for socialLogin with existing and active account but not active user
    public function providerSocialLoginExistingAccountNotActiveUser()
    {
        return ['provider' => ['data' => ['id' => 'reference-1-1234', 'provider' => 'Twitter'], 'options' => ['use_email' => true, 'validate_email' => true, 'token_expiration' => 3600]]];
    }