Skip to content

Commit

Permalink
Add createdVia to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed May 22, 2023
1 parent c981aec commit 4563748
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/wpunit/OrderMutationsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function testCreateOrderMutation() {
],
'paymentMethod' => 'bacs',
'paymentMethodTitle' => 'Direct Bank Transfer',
'billing' => [
'billing' => array(
'firstName' => 'May',
'lastName' => 'Parker',
'address1' => '20 Ingram St',
Expand Down Expand Up @@ -484,7 +484,7 @@ public function testUpdateOrderMutation() {
],
'paymentMethod' => 'bacs',
'paymentMethodTitle' => 'Direct Bank Transfer',
'billing' => [
'billing' => array(
'firstName' => 'May',
'lastName' => 'Parker',
'address1' => '20 Ingram St',
Expand Down Expand Up @@ -809,7 +809,7 @@ public function testDeleteOrderMutation() {
],
'paymentMethod' => 'bacs',
'paymentMethodTitle' => 'Direct Bank Transfer',
'billing' => [
'billing' => array(
'firstName' => 'May',
'lastName' => 'Parker',
'address1' => '20 Ingram St',
Expand Down Expand Up @@ -960,7 +960,7 @@ public function testDeleteOrderItemsMutation() {
],
'paymentMethod' => 'bacs',
'paymentMethodTitle' => 'Direct Bank Transfer',
'billing' => [
'billing' => array(
'firstName' => 'May',
'lastName' => 'Parker',
'address1' => '20 Ingram St',
Expand Down

0 comments on commit 4563748

Please sign in to comment.