Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kimulisiraj committed Feb 10, 2022
2 parents a5a202b + 78d314b commit 472e9da
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/Exceptions/InvalidMessageException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class InvalidMessageException extends \Exception
{

}
1 change: 0 additions & 1 deletion src/Exceptions/InvalidNumberException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class InvalidNumberException extends \Exception
{

}
1 change: 0 additions & 1 deletion src/Exceptions/SendException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class SendException extends \Exception
{

}
1 change: 0 additions & 1 deletion src/Exceptions/SmsBroadcastException.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@

class SmsBroadcastException extends \Exception
{

}
1 change: 0 additions & 1 deletion tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use Kimulisiraj\SmsSpeedaMobile\SmsSpeedaMobile;

it('can test', function () {

$mock = mock(SmsSpeedaMobile::class)->expect(
getBalance: fn () => ['BalanceAmount' => 1000, 'CurrenceCode' => 'UGX'],
);
Expand Down

0 comments on commit 472e9da

Please sign in to comment.