Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
mingyoung committed Jul 26, 2017
1 parent 1500d08 commit f4edb87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/Notice/NoticeNoticeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ public function testSendSubscribe()
'data' => [
'content' => [
'value' => 'VALUE',
'color' => '#f02600'
]
]
'color' => '#f02600',
],
],
]);

$this->assertEquals('https://api.weixin.qq.com/cgi-bin/message/template/subscribe', $response['api']);
Expand All @@ -192,7 +192,7 @@ public function testSendSubscribe()
'content' => [
'value' => 'VALUE',
'color' => '#f02600',
]
],
], $response['params']['data']);
}

Expand Down

0 comments on commit f4edb87

Please sign in to comment.