@@ -62,7 +62,7 @@ function () {
6262 }
6363
6464 /**
65- * Tear down after each test.
65+ * Tear down after each test.
6666 */
6767 public function tear_down (): void {
6868 // Clean up registered categories.
@@ -74,7 +74,7 @@ public function tear_down(): void {
7474 parent ::tear_down ();
7575 }
7676
77- /*
77+ /*
7878 * Tests that getting non-existing metadata item returns default value.
7979 */
8080 public function test_meta_get_non_existing_item_returns_default () {
@@ -196,7 +196,7 @@ public function test_meta_show_in_rest_defaults_to_false() {
196196 * Tests that `show_in_rest` metadata can be set to true.
197197 */
198198 public function test_meta_show_in_rest_can_be_set_to_true () {
199- $ args = array_merge (
199+ $ args = array_merge (
200200 self ::$ test_ability_properties ,
201201 array (
202202 'meta ' => array (
@@ -216,7 +216,7 @@ public function test_meta_show_in_rest_can_be_set_to_true() {
216216 * Tests that `show_in_rest` can be set to false.
217217 */
218218 public function test_show_in_rest_can_be_set_to_false () {
219- $ args = array_merge (
219+ $ args = array_merge (
220220 self ::$ test_ability_properties ,
221221 array (
222222 'meta ' => array (
@@ -407,7 +407,7 @@ public function my_instance_execute_callback( string $input ): int {
407407 */
408408 public function data_execute_callback () {
409409 return array (
410- 'function name string ' => array (
410+ 'function name string ' => array (
411411 'strlen ' ,
412412 ),
413413 'closure ' => array (
@@ -432,7 +432,7 @@ static function ( string $input ): int {
432432 *
433433 * @dataProvider data_execute_callback
434434 */
435- public function test_execute_with_different_callbacks ( $ execute_callback ) {
435+ public function test_execute_with_different_callbacks ( $ execute_callback ) {
436436 $ args = array_merge (
437437 self ::$ test_ability_properties ,
438438 array (
0 commit comments