Skip to content
Snippets Groups Projects

Add tests

Merged Erick Hitter requested to merge add/tests into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -26,7 +26,7 @@ class Test_Plugin extends WP_UnitTestCase {
public function tear_down() {
parent::tear_down();
$this->_invoke_method( 0, 'flush_redis_db' );
// $this->_invoke_method( 0, 'flush_redis_db' );
}
/**
Loading