Skip to content

✨ Introduced new exception for 3rd party orders #110

✨ Introduced new exception for 3rd party orders

✨ Introduced new exception for 3rd party orders #110

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml
bootstrap: vendor/autoload.php
test_suffix: Test.php