#!/usr/bin/env bash # commands/docker/test.command.sh function cmd::docker::test::on_load() { flag::register --debug } function cmd::docker::test::run() { runtime::exec php vendor/bin/phpunit "$@" } function cmd::docker::test::help() { cat <