Changeset 49027 for trunk/tests/phpunit/tests/functions.php
- Timestamp:
- 09/21/2020 02:05:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions.php
r49025 r49027 1082 1082 function test_wp_raise_memory_limit() { 1083 1083 if ( -1 !== WP_MAX_MEMORY_LIMIT ) { 1084 $this->markTestSkipped( 'WP_MAX_MEMORY_LIMIT should be set to -1 ' );1084 $this->markTestSkipped( 'WP_MAX_MEMORY_LIMIT should be set to -1.' ); 1085 1085 } 1086 1086
Note: See TracChangeset
for help on using the changeset viewer.