@@ -4126,7 +4126,6 @@ public function test_wp_scripts_doing_it_wrong_for_missing_dependencies() {
41264126 /**
41274127 * Tests that the script_data_{$handle} filter allows modifying localized script data.
41284128 *
4129- * @ticket TBD
41304129 * @covers WP_Scripts::localize
41314130 */
41324131 public function test_script_data_filter_modifies_localized_data () {
@@ -4156,7 +4155,6 @@ function ( $l10n, $object_name, $handle ) {
41564155 /**
41574156 * Tests that the script_data_{$handle} filter receives correct parameters.
41584157 *
4159- * @ticket TBD
41604158 * @covers WP_Scripts::localize
41614159 */
41624160 public function test_script_data_filter_receives_correct_parameters () {
@@ -4185,7 +4183,6 @@ function ( $l10n, $object_name, $handle ) use ( &$filter_called ) {
41854183 /**
41864184 * Tests that the script_data_{$handle} filter works with multiple localizations.
41874185 *
4188- * @ticket TBD
41894186 * @covers WP_Scripts::localize
41904187 */
41914188 public function test_script_data_filter_with_multiple_localizations () {
@@ -4212,7 +4209,6 @@ function ( $l10n ) use ( &$filter_call_count ) {
42124209 /**
42134210 * Tests that the script_data_{$handle} filter can return the data unmodified.
42144211 *
4215- * @ticket TBD
42164212 * @covers WP_Scripts::localize
42174213 */
42184214 public function test_script_data_filter_returns_data_unmodified () {
@@ -4235,7 +4231,6 @@ function ( $l10n ) {
42354231 /**
42364232 * Tests that the script_data_{$handle} filter works correctly with jquery handle remapping.
42374233 *
4238- * @ticket TBD
42394234 * @covers WP_Scripts::localize
42404235 */
42414236 public function test_script_data_filter_with_jquery_handle () {
0 commit comments