Skip to content

Commit

Permalink
Tidy up test case
Browse files Browse the repository at this point in the history
  • Loading branch information
delatbabel committed May 28, 2017
1 parent 5ae3585 commit 543c2c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Message/ListPlansTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

class ListPlansTest extends TestCase
{
/** @var ListPlansRequest */
protected $request;

public function setUp()
{
$this->request = new ListPlansRequest($this->getHttpClient(), $this->getHttpRequest());
Expand Down

0 comments on commit 543c2c7

Please sign in to comment.