Skip to content

Commit

Permalink
Add missing covers tags
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Feb 15, 2022
1 parent 991259b commit c82d070
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test-class-wp-customize-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public function tearDown() {
parent::tearDown();
}

/**
* @covers ::pwa_customize_register_site_icon_maskable
*/
public function test_pwa_customize_register_site_icon_maskable() {
do_action( 'customize_register', $this->wp_customize );
pwa_customize_register_site_icon_maskable( $this->wp_customize );
Expand All @@ -54,6 +57,9 @@ public function test_pwa_customize_register_site_icon_maskable() {
$this->assertInstanceOf( 'WP_Customize_Control', $this->wp_customize->get_control( 'site_icon_maskable' ) );
}

/**
* @covers ::pwa_customize_controls_enqueue_site_icon_maskable_script
*/
public function test_pwa_customize_controls_enqueue_site_icon_maskable_script() {
pwa_customize_controls_enqueue_site_icon_maskable_script();

Expand Down

0 comments on commit c82d070

Please sign in to comment.