Skip to content

Commit

Permalink
phpcs for admin-notess.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rrennick committed Feb 14, 2019
1 parent 10dbe8a commit ebbf5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/admin-notes.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public function test_get_notes() {
public function test_get_warning_notes() {
wp_set_current_user( $this->user );

$request = new WP_REST_Request( 'GET', $this->endpoint );
$request = new WP_REST_Request( 'GET', $this->endpoint );
$request->set_query_params( array( 'type' => 'warning' ) );
$response = $this->server->dispatch( $request );
$notes = $response->get_data();
Expand Down

0 comments on commit ebbf5c6

Please sign in to comment.