Changeset 54889 for trunk/tests/phpunit/tests/block-supports/border.php
- Timestamp:
- 11/29/2022 12:32:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/border.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_border_color_slug_with_numbers_is_kebab_cased_properly() {27 public function test_border_color_slug_with_numbers_is_kebab_cased_properly() { 28 28 $this->test_block_name = 'test/border-color-slug-with-numbers-is-kebab-cased-properly'; 29 29 register_block_type( … … 74 74 * @ticket 55505 75 75 */ 76 function test_border_with_skipped_serialization_block_supports() {76 public function test_border_with_skipped_serialization_block_supports() { 77 77 $this->test_block_name = 'test/border-with-skipped-serialization-block-supports'; 78 78 register_block_type( … … 118 118 * @ticket 55505 119 119 */ 120 function test_radius_with_individual_skipped_serialization_block_supports() {120 public function test_radius_with_individual_skipped_serialization_block_supports() { 121 121 $this->test_block_name = 'test/radius-with-individual-skipped-serialization-block-supports'; 122 122 register_block_type(
Note: See TracChangeset
for help on using the changeset viewer.