RonasIT / laravel-empty-project

6 stars 2 forks source link

test: remove ignore and mock openssl_random_pseudo_bytes #63

Closed Goodmain closed 10 months ago

Goodmain commented 10 months ago

I removed @codeCoverageIgnore from the generateHash function and implemented mocking for the openssl_random_pseudo_bytes instead.