Changeset 58176
- Timestamp:
- 05/20/2024 02:38:33 PM (5 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php
r58097 r58176 197 197 * @ticket 42066 198 198 * 199 * @covers WP_Privacy_Requests_ List_Table::get_views199 * @covers WP_Privacy_Requests_Table::get_views 200 200 */ 201 201 public function test_get_views_should_return_views_by_default() { -
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() { -
trunk/tests/phpunit/tests/blocks/wpBlockPatternsRegistry.php
r57731 r58176 8 8 * 9 9 * @group blocks 10 *11 * @coversDefaultClass WP_Block_Patterns_Registry12 10 */ 13 class Tests_Blocks_wpBlockPatter sRegistry extends WP_UnitTestCase {11 class Tests_Blocks_wpBlockPatternsRegistry extends WP_UnitTestCase { 14 12 15 13 /**
Note: See TracChangeset
for help on using the changeset viewer.