Closed NamarsahaM closed 3 years ago
You need to add failing test cases.
You need to add failing test cases.
it shows blank value. The same question is related in https://stackoverflow.com/questions/65966294/hashid-encryption-returning-no-value-in-php
Add a failing test to the HashidsTest
class: https://github.com/vinkla/hashids/blob/master/tests/HashidsTest.php
TBH, I am not sure how to add it in test in GitHub. Could you please help me with adding it for me?
$hashids = new Hashids\Hashids();
$hashed_text = $hashids->encode_hex("63706b64");
echo $hashed_text;
TBH, I am not sure how to add it in test in GitHub. Could you please help me with adding it for me?
No, I don't have time. I'm closing this.
If you want to learn more about GitHub: https://guides.github.com/
It returns blank when I use:
But it gets hashed when I try:-