- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/interactivity-api/wpInteractivityAPI.php
r57841 r57987 550 550 */ 551 551 public function test_process_directives_doesnt_fail_with_unknown_directives() { 552 $html = '<div data-wp-u known="">Text</div>';552 $html = '<div data-wp-unknown="">Text</div>'; 553 553 $processed_html = $this->interactivity->process_directives( $html ); 554 554 $this->assertEquals( $html, $processed_html );
Note: See TracChangeset
for help on using the changeset viewer.