Changeset 54889 for trunk/tests/phpunit/tests/block-supports/spacing.php
- Timestamp:
- 11/29/2022 12:32:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/spacing.php
r54211 r54889 11 11 private $test_block_name; 12 12 13 function set_up() {13 public function set_up() { 14 14 parent::set_up(); 15 15 $this->test_block_name = null; 16 16 } 17 17 18 function tear_down() {18 public function tear_down() { 19 19 unregister_block_type( $this->test_block_name ); 20 20 $this->test_block_name = null; … … 25 25 * @ticket 55505 26 26 */ 27 function test_spacing_style_is_applied() {27 public function test_spacing_style_is_applied() { 28 28 $this->test_block_name = 'test/spacing-style-is-applied'; 29 29 register_block_type( … … 73 73 * @ticket 55505 74 74 */ 75 function test_spacing_with_skipped_serialization_block_supports() {75 public function test_spacing_with_skipped_serialization_block_supports() { 76 76 $this->test_block_name = 'test/spacing-with-skipped-serialization-block-supports'; 77 77 register_block_type( … … 120 120 * @ticket 55505 121 121 */ 122 function test_margin_with_individual_skipped_serialization_block_supports() {122 public function test_margin_with_individual_skipped_serialization_block_supports() { 123 123 $this->test_block_name = 'test/margin-with-individual-skipped-serialization-block-supports'; 124 124 register_block_type(
Note: See TracChangeset
for help on using the changeset viewer.