diff --git a/tests/phpunit/tests/multisite/msPermalinkCollision.php b/tests/phpunit/tests/multisite/msPermalinkCollision.php index 1a8c25a75c..1471eb9e5e 100644 --- a/tests/phpunit/tests/multisite/msPermalinkCollision.php +++ b/tests/phpunit/tests/multisite/msPermalinkCollision.php @@ -27,9 +27,9 @@ if ( is_multisite() ) : self::$root_page = self::factory()->post->create_and_get( array( - 'post_type' => 'page', - 'post_title' => 'Bar', - 'post_name' => self::$post_and_blog_path, + 'post_type' => 'page', + 'post_title' => 'Bar', + 'post_name' => self::$post_and_blog_path, ) );