Changeset 35225 for trunk/tests/phpunit/tests/user/slashes.php
- Timestamp:
- 10/16/2015 09:04:12 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/user/slashes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/slashes.php
r31065 r35225 9 9 function setUp() { 10 10 parent::setUp(); 11 $this->author_id = $this->factory->user->create( array( 'role' => 'administrator' ) );11 $this->author_id = self::$factory->user->create( array( 'role' => 'administrator' ) ); 12 12 $this->old_current_user = get_current_user_id(); 13 13 wp_set_current_user( $this->author_id ); … … 84 84 */ 85 85 function test_edit_user() { 86 $id = $this->factory->user->create();86 $id = self::$factory->user->create(); 87 87 88 88 $_POST = $_GET = $_REQUEST = array(); … … 174 174 */ 175 175 function test_wp_update_user() { 176 $id = $this->factory->user->create();176 $id = self::$factory->user->create(); 177 177 $id = wp_update_user(array( 178 178 'ID' => $id,
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)