Make WordPress Core


Ignore:
Timestamp:
05/17/2024 01:11:27 PM (9 months ago)
Author:
SergeyBiryukov
Message:

Tests: Remove trailing characters from @ticket annotations.

Follow-up to [44693], [46209], [54230], [54733], [55151].

Props jonsurrell.
See #61238.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportGroupHtml.php

    r55337 r58164  
    4545     *
    4646     * @ticket 44044
    47      * @ticket 46895 Updated to remove </h2> from test to avoid Count introducing failure.
     47     * @ticket 46895
    4848     */
    4949    public function test_group_html_generation_multiple_data_items() {
     
    7676        $actual = wp_privacy_generate_personal_data_export_group_html( $data, 'test-data-group', 2 );
    7777
     78        // Updated to remove </h2> from test to avoid Count introducing failure (ticket #46895).
    7879        $this->assertStringContainsString( '<h2 id="test-data-group-test-data-group">Test Data Group', $actual );
    7980        $this->assertStringContainsString( '<td>Field 1 Value', $actual );
Note: See TracChangeset for help on using the changeset viewer.