mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
Tests: More explicit fixture content when testing s=0
query string.
After [36647], the unit test generator sequence can put a 0 into the 'post_excerpt' field of a post fixture, causing false positives. See [36520] for a parallel fix involving 'post_content'. Fixes #36622. Built from https://develop.svn.wordpress.org/trunk@37280 git-svn-id: http://core.svn.wordpress.org/trunk@37246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1bd88850f7
commit
da08f6a3de
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37279';
|
||||
$wp_version = '4.6-alpha-37280';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user