We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PERFLAB_PLACE_OBJECT_CACHE_DROPIN
1 parent d228f28 commit b6286a7Copy full SHA for b6286a7
plugins/performance-lab/tests/test-load.php
@@ -13,6 +13,10 @@ class Test_Load extends WP_UnitTestCase {
13
public function set_up(): void {
14
parent::set_up();
15
16
+ /*
17
+ * This constant is not set by default in production.
18
+ * However, it is needed for all tests that cover placement of the object cache drop-in.
19
+ */
20
if ( ! defined( 'PERFLAB_PLACE_OBJECT_CACHE_DROPIN' ) ) {
21
define( 'PERFLAB_PLACE_OBJECT_CACHE_DROPIN', true );
22
}
0 commit comments