#!/bin/bash

## Description: Run phpunit tests
## Usage: phpunit
## Example: ddev phpunit

./vendor/bin/phpunit -c  phpunit.xml
