Changeset 47198 for trunk/tests/phpunit/tests/compat.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat.php
r47122 r47198 184 184 */ 185 185 function test_json_encode_decode() { 186 require_once ( ABSPATH . WPINC . '/class-json.php' );186 require_once ABSPATH . WPINC . '/class-json.php'; 187 187 $json = new Services_JSON(); 188 188 // Super basic test to verify Services_JSON is intact and working.
Note: See TracChangeset
for help on using the changeset viewer.