Skip to content

Commit

Permalink
Final test
Browse files Browse the repository at this point in the history
  • Loading branch information
tringuyenduc2903 committed Nov 17, 2024
1 parent c8427f3 commit 05e8823
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Datasets/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@

dataset('address', [
['470610', 3196],
['190813', 1969],
]);
6 changes: 6 additions & 0 deletions tests/Datasets/Order.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?php

dataset('order code', [
// 'G8AFYE73',
// 'G8AFYE7H',

]);

dataset('order code cancel', [
// 'G8AFYEGQ',
// 'G8AFYEGC',
]);

dataset('client order code', [
Expand All @@ -12,4 +17,5 @@
]);

dataset('captcha', [
// 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MzE4NDA0MDB9.66UbMhkqJomCqT8iCokHWHz-p3y6jbM_EwcehlfNM6Y',
]);
2 changes: 2 additions & 0 deletions tests/Datasets/Ticket.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

dataset('ticket id', [
// 26790788,
// 26790789,
]);

0 comments on commit 05e8823

Please sign in to comment.