- Timestamp:
- 03/15/2024 11:15:11 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/interactivity-api/wpInteractivityAPIFunctions.php
r57832 r57836 70 70 * @ticket 60356 71 71 * 72 * @covers ::wp_interactivity_process_directives_of_interactive_blocks72 * @covers wp_interactivity_process_directives_of_interactive_blocks 73 73 */ 74 74 public function test_processs_directives_of_single_interactive_block() { … … 86 86 * @ticket 60356 87 87 * 88 * @covers ::wp_interactivity_process_directives_of_interactive_blocks88 * @covers wp_interactivity_process_directives_of_interactive_blocks 89 89 */ 90 90 public function test_processs_directives_of_multiple_interactive_blocks_in_paralell() { … … 112 112 * @ticket 60356 113 113 * 114 * @covers ::wp_interactivity_process_directives_of_interactive_blocks114 * @covers wp_interactivity_process_directives_of_interactive_blocks 115 115 */ 116 116 public function test_processs_directives_of_interactive_block_inside_non_interactive_block() { … … 132 132 * @ticket 60356 133 133 * 134 * @covers ::wp_interactivity_process_directives_of_interactive_blocks134 * @covers wp_interactivity_process_directives_of_interactive_blocks 135 135 */ 136 136 public function test_processs_directives_of_multple_interactive_blocks_inside_non_interactive_block() { … … 155 155 * @ticket 60356 156 156 * 157 * @covers ::wp_interactivity_process_directives_of_interactive_blocks157 * @covers wp_interactivity_process_directives_of_interactive_blocks 158 158 */ 159 159 public function test_processs_directives_of_interactive_block_inside_multple_non_interactive_block() { … … 180 180 * @ticket 60356 181 181 * 182 * @covers ::wp_interactivity_process_directives_of_interactive_blocks182 * @covers wp_interactivity_process_directives_of_interactive_blocks 183 183 */ 184 184 public function test_processs_directives_of_interactive_block_containing_non_interactive_block_without_directives() { … … 202 202 * @ticket 60356 203 203 * 204 * @covers ::wp_interactivity_process_directives_of_interactive_blocks204 * @covers wp_interactivity_process_directives_of_interactive_blocks 205 205 */ 206 206 public function test_processs_directives_of_interactive_block_containing_non_interactive_block_with_directives() { … … 225 225 * @ticket 60356 226 226 * 227 * @covers ::wp_interactivity_process_directives_of_interactive_blocks227 * @covers wp_interactivity_process_directives_of_interactive_blocks 228 228 */ 229 229 public function test_processs_directives_of_interactive_block_containing_nested_interactive_and_non_interactive_blocks() { … … 278 278 * @ticket 60356 279 279 * 280 * @covers ::wp_interactivity_process_directives_of_interactive_blocks280 * @covers wp_interactivity_process_directives_of_interactive_blocks 281 281 */ 282 282 public function test_process_directives_only_process_the_root_interactive_blocks() { … … 353 353 * @ticket 60356 354 354 * 355 * @covers ::wp_interactivity_data_wp_context355 * @covers wp_interactivity_data_wp_context 356 356 */ 357 357 public function test_wp_interactivity_data_wp_context_with_different_arrays() { … … 383 383 * @ticket 60356 384 384 * 385 * @covers ::wp_interactivity_data_wp_context385 * @covers wp_interactivity_data_wp_context 386 386 */ 387 387 public function test_wp_interactivity_data_wp_context_with_different_arrays_and_a_namespace() { … … 416 416 * @ticket 60356 417 417 * 418 * @covers ::wp_interactivity_data_wp_context418 * @covers wp_interactivity_data_wp_context 419 419 */ 420 420 public function test_wp_interactivity_data_wp_context_with_json_flags() {
Note: See TracChangeset
for help on using the changeset viewer.