Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add debugging to unit test
  • Loading branch information
glendaviesnz authored and aristath committed Feb 3, 2023
commit b003ae713ce20c5163053c95f774b5de1ef30c6c
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ public function test_update_item_valid_styles_css() {
);
$response = rest_get_server()->dispatch( $request );
$data = $response->get_data();
echo var_dump( $data );
$this->assertSame( 'body { color: red; }', $data['styles']['css'] );
}

Expand Down