Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused global from test
  • Loading branch information
ramonjd authored and ockham committed Sep 15, 2022
commit 311df00bf091a291407b735ad1d8e41b474156fd
2 changes: 0 additions & 2 deletions tests/phpunit/tests/script-loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ public function clean_up_global_scope() {
* @covers ::wp_enqueue_stored_styles
*/
public function test_should_enqueue_stored_styles() {
global $wp_styles;

$core_styles_to_enqueue = array(
array(
'selector' => '.saruman',
Expand Down