Build/Test Tools: Add basic e2e coverage for Gutenberg.

Add some minimal e2e test coverage to install and activate the Gutenberg plugin.

This will catch naming collisions between Core and Gutenberg and help avoid crashing WordPress installations that run the stable version of the Gutenberg plugin on top of Core trunk.

Props costdev.
Fixes #57197.
Built from https://develop.svn.wordpress.org/trunk@54913


git-svn-id: http://core.svn.wordpress.org/trunk@54465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Bernhard Reiter 2022-11-30 13:17:14 +00:00
parent 4b5996cd13
commit 98399a3f9b

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-alpha-54904';
$wp_version = '6.2-alpha-54913';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.