Changeset 48996 for trunk/tests/phpunit/tests/compat.php
- Timestamp:
- 09/18/2020 01:22:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat.php
r48937 r48996 180 180 } 181 181 182 /**183 * @expectedException PHPUnit_Framework_Error_Deprecated184 */185 182 function test_json_encode_decode() { 183 $this->expectException( 'PHPUnit_Framework_Error_Deprecated' ); 184 186 185 require_once ABSPATH . WPINC . '/class-json.php'; 187 186 $json = new Services_JSON();
Note: See TracChangeset
for help on using the changeset viewer.