test:unit
Passed Started
by
@erymik
Eryk Mika
1Running with gitlab-runner 16.9.1 (782c6ecb)2 on WP Desk hetzner - group - hetzner.wpdesk.dev - self hosted jvxjvn6p, system ID: s_401002bc179a4Using Docker executor with image gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2 ...5Using locally found image version due to "if-not-present" pull policy6Using docker image sha256:0da79751433cae5b78baf904cbb4e66dc67ef0bf880388172f7b7e8580fe5b3b for gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2 with digest gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box@sha256:7824275c1a30246376aa7781b971def1e14773cbef26ea2086812efa361eaa63 ...8Running on runner-jvxjvn6p-project-757-concurrent-2 via Ubuntu-2204-jammy-amd64-base...10Fetching changes with git depth set to 20...11Reinitialized existing Git repository in /builds/wpdesk/wp-forms/.git/12Checking out b514317c as detached HEAD (ref is 3.3.0)...13Removing .phpunit.result.cache14Removing tmp_artifacts/15Removing vendor/16Skipping Git submodules setup18Downloading artifacts for prepare prefixed vendor (1305707)...19Downloading artifacts from coordinator... ok host=gitlab.wpdesk.dev id=1305707 responseStatus=200 OK token=glcbt-6421Using docker image sha256:0da79751433cae5b78baf904cbb4e66dc67ef0bf880388172f7b7e8580fe5b3b for gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box:8.3.2 with digest gitlab.wpdesk.dev:5050/wpdesk/docker-tests/php-box@sha256:7824275c1a30246376aa7781b971def1e14773cbef26ea2086812efa361eaa63 ...22$ echo ${WPDESK_CI_VERSION}232025.04.0324$ php --version25PHP 8.3.13 (cli) (built: Oct 25 2024 00:19:44) (NTS)26Copyright (c) The PHP Group27Zend Engine v4.3.13, Copyright (c) Zend Technologies28$ echo "xdebug.mode=coverage" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini29$ vendor/bin/phpunit -d memory_limit=-1 --configuration phpunit-unit.xml --log-junit tmp_artifacts/unit/report.xml $PHPUNIT_OPTIONS30PHPUnit 9.6.22 by Sebastian Bergmann and contributors.31Warning: No code coverage driver available32 Warning - The configuration file did not pass validation!33 The following problems have been detected:34 Line 3:35 - Element 'testsuite': The attribute 'name' is required but missing.36 Line 8:37 - Element 'filter': This element is not expected.38 Test results may not be as expected.39No tests executed!41Running after script...42$ if [[ ${REPORTPORTAL_AUTHORIZATION} && ${REPORTPORTAL_PROJECT} ]]; then curl -X POST "http://195.201.225.204:8080/api/v1/${REPORTPORTAL_PROJECT}/launch/import" -H "accept: */*" -H "Content-Type: multipart/form-data" -H "${REPORTPORTAL_AUTHORIZATION}" -F "file=file=@tmp_artifacts/unit/report.xml;type=text/xml;type=text/xml;filename=${CI_PROJECT_NAME}-${CI_COMMIT_REF_SLUG}-unit.xml"; fi44Uploading artifacts...45tmp_artifacts/unit: found 2 matching artifact files and directories 46Uploading artifacts as "archive" to coordinator... 201 Created id=1305710 responseStatus=201 Created token=glcbt-6447Uploading artifacts...48tmp_artifacts/unit/report.xml: found 1 matching artifact files and directories 49Uploading artifacts as "junit" to coordinator... 201 Created id=1305710 responseStatus=201 Created token=glcbt-6451Job succeeded