Skip to content

Commit

Permalink
I hate PHP 5.3 and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbaker committed Oct 6, 2016
1 parent 548a0da commit 506d116
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test-rest-comments-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,6 @@ public function test_update_item() {

$comment = $response->get_data();
$updated = get_comment( $this->approved_id );
$this->assertEquals( $params['content'], $updated->comment_content );
$this->assertEquals( $params['author'], $comment['author'] );
$this->assertEquals( $params['author_name'], $comment['author_name'] );
$this->assertEquals( $params['author_url'], $comment['author_url'] );
Expand Down

0 comments on commit 506d116

Please sign in to comment.