Changeset 58164
- Timestamp:
- 05/17/2024 01:11:27 PM (11 months ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/cron.php
r58109 r58164 599 599 * When a timestamp is specified, a particular event should be returned. 600 600 * 601 * @ticket 45976 .601 * @ticket 45976 602 602 * 603 603 * @covers ::wp_get_scheduled_event … … 644 644 * When a timestamp is specified, a particular event should be returned. 645 645 * 646 * @ticket 45976 .646 * @ticket 45976 647 647 * 648 648 * @covers ::wp_get_scheduled_event … … 690 690 * Ensure wp_get_scheduled_event() returns false when expected. 691 691 * 692 * @ticket 45976 .692 * @ticket 45976 693 693 * 694 694 * @covers ::wp_get_scheduled_event -
trunk/tests/phpunit/tests/db.php
r57987 r58164 1686 1686 1687 1687 /* 1688 * @ticket 56933 .1688 * @ticket 56933 1689 1689 * When preparing a '%%%s%%', test that the inserted value 1690 1690 * is not wrapped in single quotes between the 2 "%". … … 1839 1839 1840 1840 /* 1841 * @ticket 52506 .1841 * @ticket 52506 1842 1842 * Adding an escape method for Identifiers (e.g. table/field names). 1843 1843 */ -
trunk/tests/phpunit/tests/formatting/date.php
r55562 r58164 241 241 'gmt_offset' => 3, 242 242 ), 243 // @ticket 56468 .243 // @ticket 56468 244 244 'deprecated timezone string and no GMT offset set' => array( 245 245 'timezone_string' => 'America/Buenos_Aires', -
trunk/tests/phpunit/tests/privacy/wpPrivacyGeneratePersonalDataExportGroupHtml.php
r55337 r58164 45 45 * 46 46 * @ticket 44044 47 * @ticket 46895 Updated to remove </h2> from test to avoid Count introducing failure.47 * @ticket 46895 48 48 */ 49 49 public function test_group_html_generation_multiple_data_items() { … … 76 76 $actual = wp_privacy_generate_personal_data_export_group_html( $data, 'test-data-group', 2 ); 77 77 78 // Updated to remove </h2> from test to avoid Count introducing failure (ticket #46895). 78 79 $this->assertStringContainsString( '<h2 id="test-data-group-test-data-group">Test Data Group', $actual ); 79 80 $this->assertStringContainsString( '<td>Field 1 Value', $actual );
Note: See TracChangeset
for help on using the changeset viewer.