|
|
@@ -11,6 +11,7 @@ before_script:
|
|
|
- php -r "unlink('composer-setup.php'); unlink('installer.sig');"
|
|
|
- pecl -q install xdebug-3.3.2
|
|
|
- docker-php-ext-enable xdebug
|
|
|
+ - echo zend_extension=/usr/local/lib/php/extensions/no-debug-non-zts-20230831/xdebug.so >> /usr/local/etc/php/conf.d/xdebug.ini
|
|
|
- echo xdebug.mode=coverage >> /usr/local/etc/php/conf.d/xdebug.ini
|
|
|
|
|
|
cache:
|
|
|
@@ -21,7 +22,7 @@ unit:otcore:
|
|
|
stage: test
|
|
|
|
|
|
script:
|
|
|
- - php composer.phar --quiet --no-interaction --working-dir=./ot_core install
|
|
|
+ - php composer.phar --no-interaction --working-dir=./ot_core install
|
|
|
- ./ot_core/.Build/bin/phpunit -c ./ot_core/Tests/Build/UnitTests.xml --coverage-text --colors=never
|
|
|
|
|
|
artifacts:
|