Skip to content
Snippets Groups Projects

Add tests

Merged Erick Hitter requested to merge add/tests into master
Files
2
@@ -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' );
}
}
/**
/**
Loading