Tests: Correct `::assertArrayHasKey()` capitalization in [46252].

Props dkarfa, david.binda.
Fixes #48155.

git-svn-id: https://develop.svn.wordpress.org/trunk@46329 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-09-26 20:30:35 +00:00
parent 6b983b1d5c
commit d9e6a5dd68
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class WP_Test_REST_Post_Statuses_Controller extends WP_Test_REST_Controller_Test
$this->assertArrayHasKey( 'queryable', $properties );
$this->assertArrayHasKey( 'show_in_list', $properties );
$this->assertArrayHasKey( 'slug', $properties );
$this->assertArrayhasKey( 'date_floating', $properties );
$this->assertArrayHasKey( 'date_floating', $properties );
}
public function test_get_additional_field_registration() {