Skip to content

Adding use and namespace #5

Adding use and namespace

Adding use and namespace #5

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PHPUnit Tests
uses: php-actions/phpunit@master
with:
version: 9.6
configuration: test/phpunit.xml
args: --coverage-text