Skip to content

add line breaks between tests for readability #9

add line breaks between tests for readability

add line breaks between tests for readability #9

Workflow file for this run

name: Test Pantheon Coding Standard Sniffs
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: composer install
- name: Run tests
run: composer test