Skip to content
Snippets Groups Projects

Add tests

Merged Erick Hitter requested to merge add/tests into master
2 files
+ 4
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
@@ -29,3 +29,8 @@ tests_add_filter( 'muplugins_loaded', 'redis_user_session_storage_tests_manually
// Start up the WP testing environment.
require $redis_user_session_storage . '/includes/bootstrap.php';
// Set Redis host for CI.
if ( ! defined( 'WP_REDIS_USER_SESSION_HOST' ) ) {
define( 'WP_REDIS_USER_SESSION_HOST', 'redis' );
}
Loading