Skip to content

Merge pull request #256 from lloc/fix/get_icon_type #267

Merge pull request #256 from lloc/fix/get_icon_type

Merge pull request #256 from lloc/fix/get_icon_type #267

Workflow file for this run

name: Test
on: [push]
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v1
- name: Composer dependencies
run: composer install
- name: Run Testsuite
run: vendor/bin/phpunit