Skip to content

Commit

Permalink
Update method doc block
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
  • Loading branch information
madhusudhand and aaronrobertshaw committed May 21, 2024
1 parent 109dd4c commit 17dc20d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit/block-supports/shadow-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ public function test_gutenberg_apply_shadow_support( $support, $value, $expected
$this->assertSame( $expected, $actual );
}

/**
* Data provider.
*
* @return array
*/
public function data_generate_shadow_fixtures() {
return array(
'with no styles' => array(
Expand Down

0 comments on commit 17dc20d

Please sign in to comment.