Skip to content

remove scruntinizer

remove scruntinizer #1

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3
with:
configuration: tests/phpunit.xml
args: --process-isolation