- Timestamp:
- 08/22/2022 10:42:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-block-renderer-controller.php
r51657 r53921 642 642 643 643 /** 644 * The context_param() method does not existfor block rendering.644 * The get_context_param() method is not used for block rendering. 645 645 */ 646 646 public function test_context_param() { 647 $this->markTestSkipped( 'Controller does not implementcontext_param().' );647 $this->markTestSkipped( 'Controller does not use get_context_param().' ); 648 648 } 649 649
Note: See TracChangeset
for help on using the changeset viewer.