Skip to content

fix: remove undefined js_xml_http_request_client call and add footer … #4

fix: remove undefined js_xml_http_request_client call and add footer …

fix: remove undefined js_xml_http_request_client call and add footer … #4

Workflow file for this run

name: PHPUnit Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: pdo_firebird, dom, xml, mbstring
coverage: none
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run tests
run: vendor/bin/phpunit