Skip to content

Commit e9b6dbd

Browse files
committed
Coding standards.
1 parent 545870b commit e9b6dbd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tests/phpunit/tests/user.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ public static function wpSetUpBeforeClass( WP_UnitTest_Factory $factory ) {
6363
public function set_up() {
6464
parent::set_up();
6565

66-
add_action( 'set_auth_cookie', array( $this, 'action_set_auth_cookie' ), 10, 6 );
66+
add_action( 'set_auth_cookie', array( $this, 'action_set_auth_cookie' ), 10, 6 );
6767
add_action( 'set_logged_in_cookie', array( $this, 'action_set_logged_in_cookie' ), 10 );
68-
add_action( 'clear_auth_cookie', array( $this, 'action_clear_auth_cookie' ) );
68+
add_action( 'clear_auth_cookie', array( $this, 'action_clear_auth_cookie' ) );
69+
70+
$_COOKIE = array();
6971

70-
$_COOKIE = [];
7172
$this->author = clone self::$_author;
7273
}
7374

0 commit comments

Comments
 (0)