Skip to content

Added spacing between methods in clients. #318

Added spacing between methods in clients.

Added spacing between methods in clients. #318

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Setup .NET 8 preview
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Generate PHP classes
run: ./generate.sh
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
bootstrap: vendor/autoload.php
configuration: tests/phpunit.xml
test_suffix: .php
testsuite: Unit
version: 10.0.19
php_extensions: "xdebug"
env:
DATASET_ID: ${{secrets.INTEGRATIONTESTS_DATASET_ID}}
API_KEY: ${{secrets.INTEGRATIONTESTS_API_KEY}}
XDEBUG_MODE: coverage