Skip to content

Adds infection; new exceptions #6

Adds infection; new exceptions

Adds infection; new exceptions #6

Workflow file for this run

name: PHPUnit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.2']
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: composer install --prefer-dist --no-interaction
- name: Run PHPUnit Tests
run: vendor/bin/phpunit