@@ -11,29 +11,11 @@ const fs = require( 'fs' );
11
11
const path = require ( 'path' ) ;
12
12
13
13
const expectedErrors = [
14
- 'Tests_Admin_wpSiteHealth::test_object_cache_default_thresholds_non_multisite' ,
15
- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #0' ,
16
- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #1' ,
17
- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #2' ,
18
- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #3' ,
19
- 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #4' ,
20
14
'Tests_Comment_WpComment::test_get_instance_should_succeed_for_float_that_is_equal_to_post_id' ,
21
15
'Tests_Cron_getCronArray::test_get_cron_array_output_validation with data set "null"' ,
22
16
'Tests_DB_Charset::test_strip_invalid_text' ,
23
17
'Tests_DB::test_db_reconnect' ,
24
18
'Tests_DB::test_get_col_info' ,
25
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "escaped-false-1"' ,
26
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "escaped-false-2"' ,
27
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "escaped-true-1"' ,
28
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "escaped-true-2"' ,
29
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "format-false-1"' ,
30
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "format-false-2"' ,
31
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "format-true-1"' ,
32
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "format-true-2"' ,
33
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "numbered-false-1"' ,
34
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "numbered-false-2"' ,
35
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "numbered-true-1"' ,
36
- 'Tests_DB::test_prepare_should_respect_the_allow_unsafe_unquoted_parameters_property with data set "numbered-true-2"' ,
37
19
'Tests_DB::test_process_fields_value_too_long_for_field with data set "invalid chars"' ,
38
20
'Tests_DB::test_process_fields_value_too_long_for_field with data set "too long"' ,
39
21
'Tests_DB::test_process_fields' ,
@@ -45,6 +27,8 @@ const expectedErrors = [
45
27
] ;
46
28
47
29
const expectedFailures = [
30
+ 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #2' ,
31
+ 'Tests_Admin_wpSiteHealth::test_object_cache_thresholds with data set #3' ,
48
32
'Tests_Comment::test_wp_new_comment_respects_comment_field_lengths' ,
49
33
'Tests_Comment::test_wp_update_comment' ,
50
34
'Tests_DB_dbDelta::test_spatial_indices' ,
0 commit comments