- Timestamp:
- 02/18/2017 07:29:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r40066 r40077 284 284 } 285 285 286 if ( version_compare( PHP_VERSION, '5.4', '<' ) ) { 286 if ( is_multisite() ) { 287 echo "Skipping generation of API client fixtures in multisite mode.\n"; 288 } else if ( version_compare( PHP_VERSION, '5.4', '<' ) ) { 287 289 echo "Skipping generation of API client fixtures due to unsupported JSON_* constants.\n"; 288 290 } else {
Note: See TracChangeset
for help on using the changeset viewer.