mirror of
https://github.com/WordPress/WordPress.git
synced 2025-04-09 05:26:33 +02:00
Unit tests: Don't change the memory_limit
setting during tests.
40M isn't enough and can lead to an "out of memory" error. Change `test_wp_raise_memory_limit()` to test that `wp_raise_memory_limit()` doesn't *lower* the memory limit. See [38015]. See #32075. Built from https://develop.svn.wordpress.org/trunk@38016 git-svn-id: http://core.svn.wordpress.org/trunk@37957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aa561e67a1
commit
31d3147f4e
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-beta2-38015';
|
||||
$wp_version = '4.6-beta2-38016';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user