Skip to content

Updated comment for multilingualCollection factory method to have cor… #250

Updated comment for multilingualCollection factory method to have cor…

Updated comment for multilingualCollection factory method to have cor… #250

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 7 preview
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.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