We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afa648 commit 89a755cCopy full SHA for 89a755c
1 file changed
tests/phpunit/tests/user/capabilities.php
@@ -2738,8 +2738,8 @@ public function test_moderator_can_delete_others_note() {
2738
* @covers ::map_meta_cap
2739
*/
2740
public function test_author_cannot_edit_others_note() {
2741
- $author = self::$users['author'];
2742
- $editor = self::$users['editor'];
+ $author = self::$users['author'];
+ $editor = self::$users['editor'];
2743
$post_id = self::factory()->post->create( array( 'post_author' => $author->ID ) );
2744
$note_id = self::factory()->comment->create(
2745
array(
0 commit comments