Wordpress/tests/phpunit/data
Jonathan Desrosiers 572207384b Block Editor: Update `@wordpress` dependencies.
Changes of note:

- Includes the new Annotations API package.
- `wp-polyfill-ecmascript.js` is renamed to `wp-polyfill.js`.
- `strip_dynamic_blocks()` has been removed in favor of `excerpt_remove_blocks()`.
- The PHP block parser is now syncing from the `block-serialization-default-parser` package.
- `do_blocks()` uses the new parser.
- The `do_block` filter has been removed from `do_blocks()`, in favor of a `render_block` filter in `render_block()`.

Also, a little cleanup to `render_block()`. Always normalize `$block['attrs’]` to array in `’render_block’` filter.
Props pento, azaozz.

Merges [43884] and [43888] to trunk.

See #45145, #45190, #45264, #45282.

git-svn-id: https://develop.svn.wordpress.org/trunk@44261 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-17 04:50:48 +00:00
..
blocks Block Editor: Update `@wordpress` dependencies. 2018-12-17 04:50:48 +00:00
export Add wordpress-importer tests demonstrating slashed data behavior. 2016-08-19 13:26:04 +00:00
formatting Shortcodes/Formatting: Add PCRE Performance Testing 2015-10-02 04:25:40 +00:00
images Media: Recognize `.ico` files as displayable images on PHP 5.3+ and allow attachment meta data to be generated for them. 2018-03-05 01:02:20 +00:00
languages I18N: Add JavaScript translation support. 2018-12-14 05:51:31 +00:00
plugins I18N: Remove the requirement to call `load_plugin_textdomain()` / `load_theme_textdomain()`. 2016-05-10 20:04:52 +00:00
pomo
theme-file-child Themes: Improve child theme file inheritance by introducing functions for locating and fetching the URL or path to files within child and parent themes. 2016-09-08 22:53:57 +00:00
theme-file-parent Themes: Improve child theme file inheritance by introducing functions for locating and fetching the URL or path to files within child and parent themes. 2016-09-08 22:53:57 +00:00
themedir1 Themes: Add files missed in [41975]. 2017-10-23 20:22:44 +00:00
uploads Media: Add `small-audio.flac` for a unit test added in [42451]. 2018-01-15 22:32:47 +00:00
WPHTTP-testcase-redirection-script.php