diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-06-27 14:51:01 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-06-27 14:51:01 +0200 |
commit | 349ce7054ac8caccdc3d370365461931ff7a7b96 (patch) | |
tree | b8d4c6414d854b7474e59aa7e6b367adf71a5045 /run-tests | |
parent | 82c4a8f2c4e5acd80b813829cecc40f621da3b21 (diff) | |
download | gigologadmin-349ce7054ac8caccdc3d370365461931ff7a7b96.tar.gz gigologadmin-349ce7054ac8caccdc3d370365461931ff7a7b96.tar.bz2 gigologadmin-349ce7054ac8caccdc3d370365461931ff7a7b96.zip |
Clean tests env before running tests
Since we're using our own database tables, these are not cleaned by the
default WP_PHPUnit setup. To ensure that we start on a clean slate when
running the tests, clean the env before the tests are run.
Diffstat (limited to 'run-tests')
-rwxr-xr-x | run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,4 +5,5 @@ # # SPDX-License-Identifier: CC0-1.0 +npm run wp-env clean npm run wp-env run phpunit "phpunit -c /var/www/html/wp-content/plugins/giglogadmin/phpunit.xml $*" |