Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored and github-actions[bot] committed Jul 30, 2024
1 parent c1b7723 commit f93b0f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Testing/MailcoachFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ class MailcoachFake extends Mailcoach implements Fake
{
protected array $requests = [];

public function __construct() {
public function __construct()
{
parent::__construct('fake-token', 'fake-endpoint');
}

Expand Down
2 changes: 1 addition & 1 deletion tests/MailcoachTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
'verb' => 'GET',
'uri' => 'campaigns',
'payload' => [],
]
],
]);
});

0 comments on commit f93b0f8

Please sign in to comment.