diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-04-26 22:08:16 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-04-26 22:08:16 +0200 |
commit | ee9bef751805ac3f3c9572d1620f2221092b3094 (patch) | |
tree | 885b2b3bf24fcea94f102596daa797903a887513 /run-tests-windoze.bat | |
parent | 19c28b2d51c68d51802b4a653d289a88a00b5d87 (diff) | |
download | gigologadmin-ee9bef751805ac3f3c9572d1620f2221092b3094.tar.gz gigologadmin-ee9bef751805ac3f3c9572d1620f2221092b3094.tar.bz2 gigologadmin-ee9bef751805ac3f3c9572d1620f2221092b3094.zip |
Add missing license tags to files.
Diffstat (limited to 'run-tests-windoze.bat')
-rw-r--r-- | run-tests-windoze.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/run-tests-windoze.bat b/run-tests-windoze.bat index 7b8c341..107f943 100644 --- a/run-tests-windoze.bat +++ b/run-tests-windoze.bat @@ -1,2 +1,8 @@ #!/usr/bin/env bash + +REM SPDX-FileCopyrightText: 2021 Andrea Chirulescu <andrea.chirulescu@gmail.com> +REM SPDX-FileCopyrightText: 2021 Harald Eilertsen <haraldei@anduin.net> +REM +REM SPDX-License-Identifier: CC0-1.0 + npm run wp-env run phpunit "phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml" |