Skip to content

fixed missing protocol values #33

fixed missing protocol values

fixed missing protocol values #33

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
submodules: true
- name: Install PHPUnit
run: wget https://phar.phpunit.de/phpunit-10.1.3.phar
- name: Run Tests
run: phpdbg -qrr phpunit-10.1.3.phar tests --configuration tests/phpunit.xml