Skip to content
Prev Previous commit
Next Next commit
Minor formatting in tests
  • Loading branch information
hellofromtonya committed Feb 1, 2023
commit 811495eec6d32b0702165642067b2b29b73578ab
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @covers ::wp_apply_dimensions_support
*/

class Tests_Block_Supports_wpApplyDimensionsSupport extends WP_UnitTestCase {
/**
* @var string|null
Expand Down Expand Up @@ -33,8 +32,8 @@ public function tear_down() {
* @dataProvider data_minimum_height_block_support
*
* @param string $block_name The test block name to register.
* @param mixed $dimensions The dimensions block support settings.
* @param mixed $expected An expected return value.
* @param mixed $dimensions The dimensions block support settings.
* @param mixed $expected The expected results.
*/
public function test_minimum_height_block_support( $block_name, $dimensions, $expected ) {
$this->test_block_name = $block_name;
Expand Down