- Timestamp:
- 05/04/2024 07:23:31 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php
r55562 r58097 201 201 public function test_get_views_should_return_views_by_default() { 202 202 $expected = array( 203 'all' => '<a href="http:// example.org/wp-admin/export-personal-data.php" class="current" aria-current="page">All <span class="count">(0)</span></a>',203 'all' => '<a href="http://' . WP_TESTS_DOMAIN . '/wp-admin/export-personal-data.php" class="current" aria-current="page">All <span class="count">(0)</span></a>', 204 204 ); 205 205
Note: See TracChangeset
for help on using the changeset viewer.