user_api-1.0.0-beta1/tests/modules/user_api_test/user_api_test.module
tests/modules/user_api_test/user_api_test.module
<?php
/**
* @file
* Module file.
*/
declare(strict_types=1);
/**
* Implements hook_verification_provider_hash_supported_operations_alter().
*/
function user_api_test_verification_hash_supported_operations_alter(&$operations) {
$operations[] = 'cancel-account';
$operations[] = 'unset-password';
}
