*WHITESPACE ONLY* Fix alignment of code to satisfy PHP_CodeSniffer

This commit is contained in:
Steve Grunwell 2018-01-15 17:03:36 +00:00
parent 4804d9e8a5
commit 1843a05ea6
1 changed files with 9 additions and 8 deletions

View File

@ -331,6 +331,7 @@ class WC_Tests_REST_System_Status extends WC_REST_Unit_Test_Case {
$response = $this->server->dispatch( $request );
$data = $response->get_data();
$properties = $data['schema']['properties'];
$this->assertEquals( 6, count( $properties ) );
$this->assertArrayHasKey( 'id', $properties );
$this->assertArrayHasKey( 'name', $properties );