Skip to content

improve documentation + add response helper #32

improve documentation + add response helper

improve documentation + add response helper #32

Workflow file for this run

name: Testing
on: [ push ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: zip, sqlite3, http
coverage: none
- name: Install composer dependencies
run: composer install --no-cache --no-ansi --no-interaction --no-progress
- name: Execute tests
run: ./vendor/bin/phpunit