File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -324,19 +324,19 @@ public function testBillingPhone()
324
324
public function testShippingFirstName ()
325
325
{
326
326
$ this ->card ->setShippingFirstName ('James Bond ' );
327
- $ this ->assertEquals ('James Bond ' , $ this ->getShippingFirstName ());
327
+ $ this ->assertEquals ('James Bond ' , $ this ->card -> getShippingFirstName ());
328
328
}
329
329
330
330
public function testShippingLastName ()
331
331
{
332
332
$ this ->card ->setShippingLastName ('Doctor No ' );
333
- $ this ->assertEquals ('Doctor No ' , $ this ->getShippingLastName ());
333
+ $ this ->assertEquals ('Doctor No ' , $ this ->card -> getShippingLastName ());
334
334
}
335
335
336
336
public function testShippingCompany ()
337
337
{
338
338
$ this ->card ->setShippingCompany ('SuperSoft ' );
339
- $ this ->assertEquals ('SuperSoft ' , $ this ->getShippingCompany ());
339
+ $ this ->assertEquals ('SuperSoft ' , $ this ->card -> getShippingCompany ());
340
340
}
341
341
342
342
public function testShippingAddress1 ()
You can’t perform that action at this time.
0 commit comments