Skip to content

installer: fix line breaks when generating _config.php #112

installer: fix line breaks when generating _config.php

installer: fix line breaks when generating _config.php #112

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