Skip to content

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

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. #57

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: static analysis
jobs:
psalm:
uses: php-forge/actions/.github/workflows/phpstan.yml@v1