Skip to content
Snippets Groups Projects
Commit dd9f7df8 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

TASK: Add xdebug support

parent 0d7e3a7b
Branches
Tags
3 merge requests!37Release 0.4.0,!29Feature/integrate psr2 into ci,!26FEATURE: Gitlab ci initialized (including phpunit test)
...@@ -12,6 +12,7 @@ test:5.3: &PHP-UNITTESTING ...@@ -12,6 +12,7 @@ test:5.3: &PHP-UNITTESTING
- docker - docker
variables: variables:
TIMEZONE: "Europe/Berlin" TIMEZONE: "Europe/Berlin"
WITH_XDEBUG: "true"
before_script: before_script:
- apt-get update; apt-get install -y zip unzip - apt-get update; apt-get install -y zip unzip
- composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist - composer install --optimize-autoloader --no-interaction --no-ansi --prefer-dist
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment