Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd authored and ockham committed Sep 15, 2022
1 parent e7f32ae commit 7e45926
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/phpunit/tests/script-loader.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

/**
* Test functions and classes for widgets and sidebars.
* Tests functions and classes for widgets and sidebars.
*
* @group script-loader
*/
class Tests_Script_Loader extends WP_UnitTestCase {
/**
* Clean up global scope.
* Cleans up global scope.
*
* @global WP_Scripts $wp_scripts
* @global WP_Styles $wp_styles
Expand All @@ -21,6 +21,7 @@ public function clean_up_global_scope() {
* Tests that stored CSS is enqueued.
*
* @ticket 56467
*
* @covers ::wp_enqueue_stored_styles
*/
public function test_should_enqueue_stored_styles() {
Expand All @@ -35,7 +36,7 @@ public function test_should_enqueue_stored_styles() {
),
);

// Enqueue a block supports (core styles).
// Enqueues a block supports (core styles).
wp_style_engine_get_stylesheet_from_css_rules(
$core_styles_to_enqueue,
array(
Expand Down

0 comments on commit 7e45926

Please sign in to comment.