Skip to content

Fixed fatal error when user sets games played in their profile. #55

Fixed fatal error when user sets games played in their profile.

Fixed fatal error when user sets games played in their profile. #55

Workflow file for this run

name: PHPUnit (Unit Tests)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: composer install
run: composer install --prefer-dist --no-progress
- name: composer exec phpunit tests
run: composer exec phpunit tests