Skip to content

Commit

Permalink
Merge pull request #1 from zacksleo/hotfix-tests
Browse files Browse the repository at this point in the history
fix(tests): fix tests
  • Loading branch information
zacksleo committed Sep 3, 2018
2 parents c69e453 + 4b256c8 commit 271c999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Gateways/MwGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use Overtrue\EasySms\Contracts\PhoneNumberInterface;
use Overtrue\EasySms\Support\Config;
use Overtrue\EasySms\Traits\HasHttpRequest;
use Overtrue\EasySms\Gateways\Gateway;

/**
* Class MwGateway.
Expand Down
4 changes: 2 additions & 2 deletions tests/Gateways/MwGatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

namespace zacksleo\easysms\tests\Gateways;

use Overtrue\EasySms\Gateways\MwGateway;
use zacksleo\easysms\Gateways\MwGateway;
use Overtrue\EasySms\Message;
use Overtrue\EasySms\PhoneNumber;
use Overtrue\EasySms\Support\Config;
use Overtrue\EasySms\Tests\TestCase;
use zacksleo\easysms\tests\TestCase;

class MwGatewayTest extends TestCase
{
Expand Down

0 comments on commit 271c999

Please sign in to comment.