Skip to content

Commit

Permalink
Update comments for text field render tests #15
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Sep 5, 2023
1 parent a3a8a75 commit 79752d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test-text-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package oik-bob-bing-wide
* @copyright (C) Bobbing Wide 2023
*
* Test the functions in shortcodes/oik-dash.php
* Test the text field rendering in acf_field_block_renderer
*/
class Tests_text_field extends BW_UnitTestCase {

Expand All @@ -25,12 +25,12 @@ function tearDown() : void {
* We need to
* - register the field group with the required field type
* - create a post with the post meta set
* - render the acf-field block
* - render the acf-field block in preview mode
*
* ```
* <!-- wp:acf-field/acf-field {
* "name":"acf-field/acf-field",
* "data":{"acf-field-name":"text","_acf-field-name":"field_645f589a88304"},
* "data":{"acf-field-name":"field_64aa869f48df7","_acf-field-name":"field_645f589a88304"},
* "mode":"preview"}
* /-->
* ```
Expand Down

0 comments on commit 79752d8

Please sign in to comment.