Changeset 52010 for trunk/tests/phpunit/tests/blocks/context.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/context.php
r51657 r52010 78 78 * @ticket 49927 79 79 */ 80 function test_provides_block_context() {80 public function test_provides_block_context() { 81 81 $provided_context = array(); 82 82 … … 147 147 * @ticket 49927 148 148 */ 149 function test_provides_default_context() {149 public function test_provides_default_context() { 150 150 global $post; 151 151 … … 182 182 * @ticket 49927 183 183 */ 184 function test_default_context_is_filterable() {184 public function test_default_context_is_filterable() { 185 185 $provided_context = array(); 186 186
Note: See TracChangeset
for help on using the changeset viewer.