Changeset 44645 for trunk/tests/phpunit/tests/user.php
- Timestamp:
- 01/18/2019 02:14:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user.php
r44611 r44645 200 200 */ 201 201 public function test_user_unset() { 202 // phpcs:disable WordPress.NamingConventions.ValidVariableName. NotSnakeCaseMemberVar202 // phpcs:disable WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase 203 203 $user = new WP_User( self::$author_id ); 204 204
Note: See TracChangeset
for help on using the changeset viewer.