-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#167: Implement BaseResource class in helpers #112
Conversation
@yogyrton need to make this change after new class will be available in the LaravelHelpers package with the stable version. You'll need to update version in composer file as well |
…mplement-base-resource-class
tests/Support/AuthTestTrait.php
Outdated
{ | ||
$this->mockNativeFunction('Illuminate\Auth\Passwords', [ | ||
$this->functionCall( | ||
name: 'hash_hmac', | ||
arguments: ['sha256', $password, 'b"DÉV&´G"áËa\x1Ae&õš,Ü\x16½\x1A\x15‘\x07CM—ºSVxÅ\x16"'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as I can see - the last arg is the app key, let's just fill app key with the simple value (e.g. app_key
)
RonasIT/laravel-helpers#167
depends on RonasIT/laravel-helpers#171