Skip to content

Commit

Permalink
Merge pull request #3 from rapidwebltd/analysis-zEdEMO
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DivineOmega committed Mar 9, 2018
2 parents 922b4b4 + 1ff7f05 commit 6f1c210
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/Unit/BasicUsageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ public function testOutwardAndInwardCodes()
],
[
'postcode' => 'E106QX',
'outward' => 'E10',
'inward' => '6QX'
'outward' => 'E10',
'inward' => '6QX',
],
[
'postcode' => 'ST16 3DP',
'outward' => 'ST16',
'inward' => '3DP'
'outward' => 'ST16',
'inward' => '3DP',
],
[
'postcode' => 'E1 6AW',
'outward' => 'E1',
'inward' => '6AW'
]
'outward' => 'E1',
'inward' => '6AW',
],
];

foreach ($postcodeTestItems as $postcodeTestItem) {
Expand Down

0 comments on commit 6f1c210

Please sign in to comment.