Changeset 51563 for trunk/tests/phpunit/tests/compat.php
- Timestamp:
- 08/06/2021 09:38:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/compat.php
r51415 r51563 181 181 182 182 function test_json_encode_decode() { 183 $this->expect Exception( 'PHPUnit_Framework_Error_Deprecated');183 $this->expectDeprecation(); 184 184 185 185 require_once ABSPATH . WPINC . '/class-json.php';
Note: See TracChangeset
for help on using the changeset viewer.