Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Commit

Permalink
Test for compatability in code
Browse files Browse the repository at this point in the history
  • Loading branch information
pluijm committed Feb 16, 2014
1 parent 4f3d182 commit a74d4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Payable.php
Expand Up @@ -26,9 +26,8 @@ public function registerPayment(Service $service, AbstractPayment $payment);
*
* @param Service $service
* @param Payable $invoice
* @param bool $sendEmail
* @throws InvalidStateException
* @throws UnableToSettleException
*/
public function settle(Service $service, Payable $invoice, $sendEmail = false);
public function settle(Service $service, Payable $invoice);
}
2 changes: 2 additions & 0 deletions tests/config.php
@@ -1,5 +1,7 @@
<?php

error_reporting(E_ALL);

$config = array(
'clientname' => '',
'username' => '',
Expand Down

0 comments on commit a74d4cb

Please sign in to comment.