File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,19 +11,12 @@ const fs = require( 'fs' );
1111const path = require ( 'path' ) ;
1212
1313const expectedErrors = [
14- 'Tests_Comment_WpComment::test_get_instance_should_succeed_for_float_that_is_equal_to_post_id' ,
15- 'Tests_Cron_getCronArray::test_get_cron_array_output_validation with data set "null"' ,
1614 'Tests_DB_Charset::test_strip_invalid_text' ,
1715 'Tests_DB::test_db_reconnect' ,
1816 'Tests_DB::test_get_col_info' ,
1917 'Tests_DB::test_process_fields_value_too_long_for_field with data set "invalid chars"' ,
2018 'Tests_DB::test_process_fields_value_too_long_for_field with data set "too long"' ,
2119 'Tests_DB::test_process_fields' ,
22- 'Tests_DB::test_set_allowed_incompatible_sql_mode' ,
23- 'Tests_DB::test_set_incompatible_sql_mode' ,
24- 'Tests_DB::test_set_sql_mode' ,
25- 'Tests_Post_wpPost::test_get_instance_should_succeed_for_float_that_is_equal_to_post_id' ,
26- 'Tests_Post::test_stick_post_with_unexpected_sticky_posts_option with data set "null"' ,
2720] ;
2821
2922const expectedFailures = [
You can’t perform that action at this time.
0 commit comments