Skip to content

chore: fix variable name #44

chore: fix variable name

chore: fix variable name #44

Workflow file for this run

name: PHPUnit
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- name: PHPUnit Tests
uses: php-actions/phpunit@v2
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text