Skip to content

Merge pull request #9 from symcon/fixes/upgrade-style-to-v3 #20

Merge pull request #9 from symcon/fixes/upgrade-style-to-v3

Merge pull request #9 from symcon/fixes/upgrade-style-to-v3 #20

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 latest PHPUnit
run: wget https://phar.phpunit.de/phpunit.phar
- name: Run Tests
run: phpdbg -qrr phpunit.phar tests --configuration tests/phpunit.xml