@@ -196,6 +196,6 @@ |
||
| 196 | 196 | */ |
| 197 | 197 | public function iShouldBeCheckingOutAs($email) |
| 198 | 198 | { |
| 199 | - Assert::same($this->selectShippingPage->getPurchaserEmail(), 'Checking out as '.$email.'.'); |
|
| 199 | + Assert::same($this->selectShippingPage->getPurchaserEmail(), 'Checking out as ' . $email . '.'); |
|
| 200 | 200 | } |
| 201 | 201 | } |