- Timestamp:
- 05/20/2024 02:38:33 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-bindings/wpBlockBindingsRegistry.php
r57641 r58176 9 9 * @group blocks 10 10 * @group block-bindings 11 *12 * @coversDefaultClass WP_Block_Bindings_Registry13 11 */ 14 12 class Tests_Blocks_wpBlockBindingsRegistry extends WP_UnitTestCase { … … 228 226 * @covers WP_Block_Bindings_Registry::register 229 227 * @covers WP_Block_Bindings_Registry::unregister 230 * WP_Block_Bindings_Source::__construct228 * @covers WP_Block_Bindings_Source::__construct 231 229 */ 232 230 public function test_unregister_block_source() { … … 250 248 * @covers WP_Block_Bindings_Registry::register 251 249 * @covers WP_Block_Bindings_Registry::get_all_registered 252 * WP_Block_Bindings_Source::__construct250 * @covers WP_Block_Bindings_Source::__construct 253 251 */ 254 252 public function test_get_all_registered() {
Note: See TracChangeset
for help on using the changeset viewer.