BradescoTest
extends TestCase
in package
FinalYes
Tags
Table of Contents
Properties
- $context : array<string|int, mixed>
- $credentials : array<string|int, mixed>
Methods
- test_autenticar() : void
- test_createFitid() : void
- test_getError() : void
- test_getExtrato() : void
- test_getSaldo() : void
Properties
$context
private
array<string|int, mixed>
$context
= [
'agencia' => '1234',
'conta' => '5678',
'tipo' => 'CC',
// from table 'certificados', column: pubKey
"ssl_crt_blob" => "-----BEGIN CERTIFICATE----- certcertcertcertcert == -----END CERTIFICATE-----",
// from table 'certificados', column: priKey
"ssl_key_blob" => "-----BEGIN PRIVATE KEY----- privprivprivpriv == -----END PRIVATE KEY-----",
]
$credentials
private
array<string|int, mixed>
$credentials
= ['client_id' => '1234', 'client_secret' => '567890']
Methods
test_autenticar()
public
test_autenticar() : void
test_createFitid()
public
test_createFitid() : void
test_getError()
public
test_getError() : void
test_getExtrato()
public
test_getExtrato() : void
test_getSaldo()
public
test_getSaldo() : void