Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 390 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 390 Bytes

CurrencyFX Tests

We provided 3 kind of tests:

  • Unit tests: test methods using mocked data.
    • Will run against PHP 8.1 & 8.2
  • Integration tests: to ensure our package is compatible with Laravel project.
    • Will run against PHP 8.1 + Laravel 10
  • E2E tests: run real test cases against the LIVE services
    • This helps us to ensure our services are working correctly & 100% reliable.