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
Add ticket number on test
  • Loading branch information
cbravobernal committed Feb 7, 2024
commit e257287b6e39c6872658e6ef4d136f0b9d141adc
3 changes: 1 addition & 2 deletions tests/phpunit/tests/script-modules/wpScriptModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,10 @@ public function test_wp_dequeue_script_module() {
* after being enqueued, and that will be removed
* from the enqueue list too.
*
* @ticket
* @ticket 60463
*
* @covers ::register()
* @covers ::enqueue()
* @covers ::dequeue()
* @covers ::deregister()
* @covers ::print_enqueued_script_modules()
*/
Expand Down