Skip to content

feat(tests): Add TestSupport trait and corresponding test suite for inaccessible properties and methods. #64

feat(tests): Add TestSupport trait and corresponding test suite for inaccessible properties and methods.

feat(tests): Add TestSupport trait and corresponding test suite for inaccessible properties and methods. #64

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
name: mutation test
jobs:
mutation:
uses: php-forge/actions/.github/workflows/infection.yml@v1
with:
phpstan: true
secrets:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}