SyncTest.php 374 B

1234567891011121314151617181920212223242526
  1. <?php
  2. namespace Tests\Services\LogisticAliJiSuSync;
  3. use App\Jobs\LogisticAliJiSuSync;
  4. use App\Jobs\LogisticYTOSync;
  5. use Tests\TestCase;
  6. class SyncTest extends TestCase
  7. {
  8. function setUp(): void
  9. {
  10. parent::setUp();
  11. }
  12. /**
  13. * @test
  14. */
  15. public function format_test()
  16. {
  17. LogisticAliJiSuSync::dispatch('9884189700485');
  18. }
  19. }