Skip to content

Commit

Permalink
Reinstate line mistakenly omitted while resolving test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Jan 24, 2024
1 parent 8918a81 commit a2ee3e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit/class-wp-theme-json-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ public function test_get_stylesheet() {

$all = $variables . $styles . $presets;

$this->assertEquals( $all, $theme_json->get_stylesheet() );
$this->assertEquals( $styles, $theme_json->get_stylesheet( array( 'styles' ) ) );
$this->assertEquals( $presets, $theme_json->get_stylesheet( array( 'presets' ) ) );
$this->assertEquals( $variables, $theme_json->get_stylesheet( array( 'variables' ) ) );
Expand Down

0 comments on commit a2ee3e9

Please sign in to comment.