- Timestamp:
- 10/06/2025 11:29:14 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/wpBlockPatternsRegistry.php
r60729 r60904 696 696 } 697 697 } 698 699 /** 700 * @ticket 63957 701 */ 702 public function test_is_registered_with_null_pattern_name() { 703 $this->assertFalse( $this->registry->is_registered( null ) ); 704 } 698 705 }
Note: See TracChangeset
for help on using the changeset viewer.