Skip to content

Commit

Permalink
Apply fixes from StyleCI (w7corp#857)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
overtrue authored Aug 10, 2017
1 parent e02f092 commit 1fcaadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Payment/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ApplicationTest extends TestCase
public function testMagicCall()
{
$app = new Application([
'app_id' =>'wx123456',
'app_id' => 'wx123456',
'merchant_id' => 'foo-merchant-id',
]);

Expand Down
2 changes: 1 addition & 1 deletion tests/Payment/NotifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

namespace EasyWeChat\Tests\Payment;

use EasyWeChat\Kernel\Support;
use EasyWeChat\Kernel\Support\Collection;
use EasyWeChat\Kernel\Support\XML;
use EasyWeChat\Payment\Merchant;
use EasyWeChat\Payment\Notify;
use EasyWeChat\Tests\TestCase;
use Symfony\Component\HttpFoundation\Request;
use EasyWeChat\Kernel\Support;

class NotifyTest extends TestCase
{
Expand Down

0 comments on commit 1fcaadb

Please sign in to comment.