Skip to content
Extraits de code Groupes Projets
  • diosmosis's avatar
    8c94dc71
    Refactoring IntegrationTestCase class: · 8c94dc71
    diosmosis a rédigé
      - moved all API URL generation logic & API response handling logic to separate classes
      - created ApiTestConfig class to hold API test options (and documentation for properties)
      - remove unnecessary IntegrationTestCase properties and methods (including apiNotToCall/apiToCall)
      - remove as many unnecessary API test options as possible (including abandonedCarts, hackDeleteRangeArchivesBefore)
      - rename checkRequestResponse to assertApiResponseHasNoError
    8c94dc71
    Historique
    Refactoring IntegrationTestCase class:
    diosmosis a rédigé
      - moved all API URL generation logic & API response handling logic to separate classes
      - created ApiTestConfig class to hold API test options (and documentation for properties)
      - remove unnecessary IntegrationTestCase properties and methods (including apiNotToCall/apiToCall)
      - remove as many unnecessary API test options as possible (including abandonedCarts, hackDeleteRangeArchivesBefore)
      - rename checkRequestResponse to assertApiResponseHasNoError