Ignore basic methods, improving code coverage.

This commit is contained in:
James Cole
2018-06-02 06:18:07 +02:00
parent ddc1d81665
commit ba01c4bbe8
22 changed files with 104 additions and 89 deletions

View File

@@ -51,7 +51,7 @@ class CreateTokenRequest extends SpectreRequest
$data = [
'data' => [
'customer_id' => $this->customer->getId(),
'fetch_scopes' => ['accounts', 'transactions'],
'fetch_scopes' => ['accounts', 'transactions'],
'daily_refresh' => true,
'include_fake_providers' => true,
'show_consent_confirmation' => true,