Skip to content

Refactored to use Node collection instead of array in ClassDiagram re… #15

Refactored to use Node collection instead of array in ClassDiagram re…

Refactored to use Node collection instead of array in ClassDiagram re… #15

Workflow file for this run

name: Run PhpUnit tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up php
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: composer:v2
- name: Checkout
uses: actions/checkout@v4
- name: Composer install
uses: ./.github/actions/composer-install
- name: Run PhpUnit tests
run: ./vendor/bin/phpunit tests