Changeset 57068 for trunk/tests/phpunit/tests/blocks/register.php
- Timestamp:
- 11/06/2023 02:45:28 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/register.php
r57026 r57068 727 727 * @ticket 50328 728 728 * @ticket 57585 729 * @ticket 59797 729 730 */ 730 731 public function test_block_registers_with_metadata_fixture() { … … 745 746 $this->assertSame( 746 747 array( 747 'message' => array(748 'message' => array( 748 749 'type' => 'string', 749 750 ), 750 'lock' => array( 'type' => 'object' ), 751 'lock' => array( 'type' => 'object' ), 752 'metadata' => array( 'type' => 'object' ), 751 753 ), 752 754 $result->attributes
Note: See TracChangeset
for help on using the changeset viewer.