diff --git a/tests/unit/CoreTableTest.php b/tests/unit/CoreTableTest.php index 388af663..e5d2f069 100644 --- a/tests/unit/CoreTableTest.php +++ b/tests/unit/CoreTableTest.php @@ -168,7 +168,7 @@ public function test_retrieve_core_table_attribute_fields() { 'fontSize' => null, 'foot' => [], 'gradient' => null, - 'hasFixedLayout' => true, + 'hasFixedLayout' => is_wp_version_compatible( '6.6' ) ? true : false, // WP 6.6 changes the unset default value to true. 'head' => [], 'lock' => null, 'style' => null,