Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Reformats array to single line
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Paul committed Oct 19, 2016
1 parent a933892 commit 67f21b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/MonerisTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ public function setUp()
{
parent::setUp();

$this->params = [
'environment' => Moneris::ENV_TESTING
];
$this->params = ['environment' => Moneris::ENV_TESTING];
}

/** @test */
Expand Down

0 comments on commit 67f21b9

Please sign in to comment.