1- // Jest Snapshot v1, https://goo.gl/fbAQLP
1+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22
33exports [` bin.php 1` ] = `
44====================================options=====================================
@@ -455,7 +455,7 @@ function f()
455455{
456456 if (
457457 get_option (
458- " woocommerce_product_cart_actions_notification_more_cart"
458+ " woocommerce_product_cart_actions_notification_more_cart" ,
459459 ) === " yes" &&
460460 count ($cartItems ) > 0
461461 ) {
@@ -490,7 +490,7 @@ call(
490490 "veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryVery"
491491 ? 1
492492 : 2,
493- "arg"
493+ "arg",
494494);
495495
496496$var =
@@ -660,13 +660,13 @@ $var = call($var > $someOtherReallyReallyLongVariable ? true : false);
660660$var = call(
661661 $someOtherReallyReallyLongVariable > $someOtherReallyReallyLongVariable
662662 ? true
663- : false
663+ : false,
664664);
665665$var = call(
666666 $someOtherReallyReallyReallyReallyReallyReallyLongVariable >
667667 $someOtherReallyReallyReallyReallyReallyReallyLongVariable
668668 ? true
669- : false
669+ : false,
670670);
671671
672672return $var > $var ? true : false;
@@ -686,7 +686,7 @@ func(
686686 $glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&
687687 $anodyneCondosMalateOverateRetinol
688688 ? $annularCooeedSplicesWalksWayWay
689- : $kochabCooieGameOnOboleUnweave
689+ : $kochabCooieGameOnOboleUnweave,
690690);
691691
692692$var = $a ?? $b;
@@ -714,7 +714,7 @@ $var =
714714 call(
715715 $someOtherReallyReallyLongVariable,
716716 $someOtherReallyReallyLongVariable,
717- $someOtherReallyReallyLongVariable
717+ $someOtherReallyReallyLongVariable,
718718 ))));
719719$var =
720720 $someOtherReallyReallyLongVariable ??
0 commit comments