Changeset 54891 for trunk/tests/phpunit/tests/formatting/wpSlash.php
- Timestamp:
- 11/29/2022 03:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpSlash.php
r53562 r54891 85 85 $this->assertSame( array_values( $arr ), wp_slash( array_values( $arr ) ) ); // Non-keyed. 86 86 87 $obj = new stdClass ;87 $obj = new stdClass(); 88 88 foreach ( $arr as $k => $v ) { 89 89 $obj->$k = $v;
Note: See TracChangeset
for help on using the changeset viewer.