mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-06 13:44:30 +00:00
Build Tools: Upgrade WPCS to 2.0.0.
A few sniffs have been renamed, this change includes the relevant `phpcs:ignore` comment updates. Fixes #46002. git-svn-id: https://develop.svn.wordpress.org/trunk@44645 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -199,7 +199,7 @@ class Tests_User extends WP_UnitTestCase {
|
||||
* @ticket 20043
|
||||
*/
|
||||
public function test_user_unset() {
|
||||
// phpcs:disable WordPress.NamingConventions.ValidVariableName.NotSnakeCaseMemberVar
|
||||
// phpcs:disable WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase
|
||||
$user = new WP_User( self::$author_id );
|
||||
|
||||
// Test custom fields
|
||||
|
||||
Reference in New Issue
Block a user