Skip to content

Commit

Permalink
Test on unique users.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Apr 22, 2024
1 parent c08fc0d commit e47545d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/src/GatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@ public function get_customer_id_for_payment_provider() {
[ null, null, null, false ],
[ 0, null, null, false ],
[ 10, null, null, false ],
[ 1, null, null, false ],
[ 1, $cst_subscription, null, $cst_subscription ],
[ 1, $cst_subscription, $cst_first, $cst_subscription ],
[ 20, null, null, false ],
[ 21, $cst_subscription, null, $cst_subscription ],
[ 22, $cst_subscription, $cst_first, $cst_subscription ],
];
}

Expand Down

0 comments on commit e47545d

Please sign in to comment.