Changeset 46485
- Timestamp:
- 10/14/2019 05:13:35 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/auth.php
r46477 r46485 167 167 168 168 public function test_check_admin_referer_with_default_action_as_string_not_doing_it_wrong() { 169 $this->setExpectedIncorrectUsage( 'check_admin_referer' );170 169 // A valid nonce needs to be set so the check doesn't die() 171 170 $_REQUEST['_wpnonce'] = wp_create_nonce( '-1' );
Note: See TracChangeset
for help on using the changeset viewer.