Skip to content

[DOCS] Enhance description of the extbase integration #33

[DOCS] Enhance description of the extbase integration

[DOCS] Enhance description of the extbase integration #33

Workflow file for this run

name: PHP Static code checks
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: OSKAR-PHP-CS-Fixer
uses: OskarStark/[email protected]
with:
args: --diff --dry-run
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
tools: composer
extensions: pdo, sqlite3
- name: composer install
run: composer install -n
- name: phpunit
run: .Build/bin/phpunit -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests/Unit