diff options
Diffstat (limited to 'run-tests')
-rwxr-xr-x | run-tests | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,2 +1,8 @@ #!/usr/bin/env bash + +# SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> +# SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> +# +# SPDX-License-Identifier: CC0-1.0 + npm run wp-env run phpunit "phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml $*" |