Skip to content

Commit

Permalink
Restore extra line that was already removed in another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Jan 25, 2024
1 parent 984a835 commit 8a64766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/tests/theme/wpThemeJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -3217,6 +3217,7 @@ public function test_get_property_value_valid() {
*
* @param array $styles An array with style definitions.
* @param array $path Path to the desired properties.
*
*/
public function test_get_property_value_should_return_string_for_invalid_paths_or_null_values( $styles, $path ) {
$reflection_class = new ReflectionClass( WP_Theme_JSON::class );
Expand Down

0 comments on commit 8a64766

Please sign in to comment.