Changeset 52010 for trunk/tests/phpunit/tests/blocks/wpBlockList.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/wpBlockList.php
r51568 r52010 46 46 * @ticket 49927 47 47 */ 48 function test_array_access() {48 public function test_array_access() { 49 49 $parsed_blocks = parse_blocks( '<!-- wp:example /-->' ); 50 50 $context = array(); … … 70 70 * @ticket 49927 71 71 */ 72 function test_iterable() {72 public function test_iterable() { 73 73 $parsed_blocks = parse_blocks( '<!-- wp:example --><!-- wp:example /--><!-- /wp:example -->' ); 74 74 $context = array(); … … 102 102 * @ticket 49927 103 103 */ 104 function test_countable() {104 public function test_countable() { 105 105 $parsed_blocks = parse_blocks( '<!-- wp:example /-->' ); 106 106 $context = array();
Note: See TracChangeset
for help on using the changeset viewer.