Skip to content

Commit 89a755c

Browse files
committed
Coding standards
1 parent 0afa648 commit 89a755c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/user/capabilities.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,8 +2738,8 @@ public function test_moderator_can_delete_others_note() {
27382738
* @covers ::map_meta_cap
27392739
*/
27402740
public function test_author_cannot_edit_others_note() {
2741-
$author = self::$users['author'];
2742-
$editor = self::$users['editor'];
2741+
$author = self::$users['author'];
2742+
$editor = self::$users['editor'];
27432743
$post_id = self::factory()->post->create( array( 'post_author' => $author->ID ) );
27442744
$note_id = self::factory()->comment->create(
27452745
array(

0 commit comments

Comments
 (0)