Skip to content

String functions: cleanup! #4

String functions: cleanup!

String functions: cleanup! #4

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@run-as-current-user
- name: PHPUnit Tests
uses: php-actions/phpunit@v4
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml