SicoobTest
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_getError() : void
- test_getExtratoESaldo() : void
Properties
$context
private
array<string|int, mixed>
$context
= [
'agencia' => '1234',
'conta' => '5678',
// 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-----",
"scopes" => "cco_extrato cco_saldo openid cco_consulta",
]
$credentials
private
array<string|int, mixed>
$credentials
= ['client_id' => '1234']
Methods
test_autenticar()
public
test_autenticar() : void
test_getError()
public
test_getError() : void
test_getExtratoESaldo()
public
test_getExtratoESaldo() : void