I am working Testcase in phpunit for payment library of braintree it gives Braintree library requires open_ssl extension when test with phpunit
Find the php.ini file and find the line
;extension=php_openssl.dll
to
extension=php_openssl.dll
And then restart your server.