summaryrefslogtreecommitdiffstatshomepage
path: root/tests/phpunit/includes/testcase-xmlrpc.php
diff options
context:
space:
mode:
authorScott Taylor <wonderboymusic@git.wordpress.org>2015-10-17 18:02:16 +0000
committerScott Taylor <wonderboymusic@git.wordpress.org>2015-10-17 18:02:16 +0000
commitb757b37551f7f34de972a9ba5c27f25e9d87ee62 (patch)
tree7a03bc02da00efd126e9600d55b1edb56499a9c4 /tests/phpunit/includes/testcase-xmlrpc.php
parent5a0fd03f95345837908a249725f928510c1d0b93 (diff)
downloadwordpress-b757b37551f7f34de972a9ba5c27f25e9d87ee62.tar.gz
wordpress-b757b37551f7f34de972a9ba5c27f25e9d87ee62.zip
Unit Tests: after [35225], make `factory` a method/getter on `WP_UnitTestCase` and add magic methods for BC for every plugin that is extending `WP_UnitTestCase` and accessing the `$factory` instance prop.
Props nerrad, wonderboymusic. See #30017, #33968. git-svn-id: https://develop.svn.wordpress.org/trunk@35242 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'tests/phpunit/includes/testcase-xmlrpc.php')
-rw-r--r--tests/phpunit/includes/testcase-xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/testcase-xmlrpc.php b/tests/phpunit/includes/testcase-xmlrpc.php
index 6f69569a80..5fefb51422 100644
--- a/tests/phpunit/includes/testcase-xmlrpc.php
+++ b/tests/phpunit/includes/testcase-xmlrpc.php
@@ -22,7 +22,7 @@ class WP_XMLRPC_UnitTestCase extends WP_UnitTestCase {
}
protected function make_user_by_role( $role ) {
- return self::$factory->user->create( array(
+ return self::factory()->user->create( array(
'user_login' => $role,
'user_pass' => $role,
'role' => $role