We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6faddcd commit e789585Copy full SHA for e789585
tests/phpunit/tests/test-object-cache.php
@@ -14,6 +14,7 @@ public function set_up() {
14
$this->cache_backup = $wp_object_cache;
15
16
// Drop in the annihilator.
17
+ require_once POLYLANG_DIR . '/vendor/wpsyntex/object-cache-annihilator/drop-in.php';
18
copy( POLYLANG_DIR . '/vendor/wpsyntex/object-cache-annihilator/drop-in.php', WP_CONTENT_DIR . '/object-cache.php' );
19
wp_using_ext_object_cache( true );
20
$wp_object_cache = new Object_Cache_Annihilator();
0 commit comments