Failed Conditions
Branch experimental/sf (68db07)
by Kentaro
42:17 queued 33:39
created
codeception/acceptance/EF03OrderCest.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -461,11 +461,11 @@  discard block
 block discarded – undo
461 461
 
462 462
         // 名前を比較してお届け先が上下どちらに表示されるか判断
463 463
         $compared = strnatcmp($customer->getName01(), $nameSei);
464
-        if($compared === 0) {
464
+        if ($compared === 0) {
465 465
             $compared = strnatcmp($customer->getName02(), $nameMei);
466 466
         }
467 467
         // 上下それぞれで名前、商品個数を設定
468
-        if($compared < 0) {
468
+        if ($compared < 0) {
469 469
             $quantity1 = $shipping1_quantity;
470 470
             $quantity2 = $shipping2_quantity;
471 471
             $name1 = $customer->getName01();
@@ -666,11 +666,11 @@  discard block
 block discarded – undo
666 666
 
667 667
         // 名前を比較してお届け先が上下どちらに表示されるか判断
668 668
         $compared = strnatcmp($customer->getName01(), $nameSei);
669
-        if($compared === 0) {
669
+        if ($compared === 0) {
670 670
             $compared = strnatcmp($customer->getName02(), $nameMei);
671 671
         }
672 672
         // 上下それぞれで名前、商品個数を設定
673
-        if($compared < 0) {
673
+        if ($compared < 0) {
674 674
             $quantity1 = $shipping1_quantity;
675 675
             $quantity2 = $shipping2_quantity;
676 676
             $name1 = $customer->getName01();
@@ -826,11 +826,11 @@  discard block
 block discarded – undo
826 826
 
827 827
         // 名前を比較してお届け先が上下どちらに表示されるか判断
828 828
         $compared = strnatcmp($customer->getName01(), $nameSei);
829
-        if($compared === 0) {
829
+        if ($compared === 0) {
830 830
             $compared = strnatcmp($customer->getName02(), $nameMei);
831 831
         }
832 832
         // 上下それぞれで名前、商品個数を設定
833
-        if($compared < 0) {
833
+        if ($compared < 0) {
834 834
             $quantity1 = $shipping1_quantity;
835 835
             $quantity2 = $shipping2_quantity;
836 836
             $name1 = $customer->getName01();
Please login to merge, or discard this patch.