-
Notifications
You must be signed in to change notification settings - Fork 7.9k
test to function openssl_csr_export_to_file(); #1597
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
Conversation
new test to con't covered function;
Please could you rewrite this and other openssl tests as well in the same way as #1600 . In this case, you can do for example something like: var_dump(openssl_csr_export_to_file($csr, $crs_exported_file_notext_true, true));
var_dump(file_exists($crs_exported_file_notext_true)); Also don't forget to do And use tabs if you indent (no spaces)! |
@bukka :-) |
@marcosptf In |
@bukka @jerrygrey |
The same here. I will take a look on this after PKCS12. There is some other stuff that needs to be tested. |
👍 |
@marcosptf @bukka can we get an update here please ? |
Please close it. I will come up with different test. |
new test to don't covered function;