Skip to content
Snippets Groups Projects
Commit e73803aa authored by Erick Hitter's avatar Erick Hitter
Browse files

Test coverage

parent 017fb79e
Branches
Tags
1 merge request!6Add tests
Pipeline #5046 failed
...@@ -3,3 +3,9 @@ include: ...@@ -3,3 +3,9 @@ include:
- remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/cache.yml - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/cache.yml
- remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/add/redis/plugins/templates/before-script-redis.yml - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/add/redis/plugins/templates/before-script-redis.yml
- remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/add/redis/plugins/templates/matrix-redis.yml - remote: https://git.ethitter.com/gitlab/ci/wordpress/-/raw/add/redis/plugins/templates/matrix-redis.yml
connect:
# Connect to PostgreSQL database as user postgres, without password
image: redis
script:
- redis-cli -h redis PING
...@@ -26,7 +26,7 @@ class Test_Plugin extends WP_UnitTestCase { ...@@ -26,7 +26,7 @@ class Test_Plugin extends WP_UnitTestCase {
public function tear_down() { public function tear_down() {
parent::tear_down(); parent::tear_down();
// $this->_invoke_method( 0, 'flush_redis_db' ); $this->_invoke_method( 0, 'flush_redis_db' );
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment