Wordpress/tests/phpunit/data
Jonathan Desrosiers f8c9698722 Blocks: Introduce the block parser.
The `WP_Block_Parser` class, and the accompanying `parse_blocks()` helper function, can be used to parse an array of blocks out of a content string.

`WP_Block_Parser` is copied from the `@wordpress/block-serialization-default-parser` package. To ensure it stays in sync with the JavaScript parser, changes should be implemented in the package first, then the package version should be upgraded to include the changes.

Props pento.

Merges [43751] to trunk.

See #45109.

git-svn-id: https://develop.svn.wordpress.org/trunk@44116 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-13 17:39:59 +00:00
..
blocks Blocks: Introduce the block parser. 2018-12-13 17:39:59 +00:00
export
formatting
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 Privacy: Ensure the user request email is sent in the requested user's locale (or the site's default locale if they are not a registered user) when the administrator creating the request uses a different locale. 2018-08-13 16:31:31 +00:00
plugins
pomo Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
theme-file-child
theme-file-parent
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