Skip to content

Added test for the "renderTo" property. #126

Added test for the "renderTo" property.

Added test for the "renderTo" property. #126

Workflow file for this run

name: Rector
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: none
- name: Install dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Install Rector
working-directory: ./vendor-bin/rector
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Run Rector
run: vendor-bin/rector/vendor/bin/rector process --dry-run --no-progress-bar