- Timestamp:
- 09/19/2022 09:06:08 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/wpMsSitesListTable.php
r52010 r54215 231 231 $this->assertSameSets( $expected, $items ); 232 232 } 233 234 /** 235 * @ticket 42066 236 */ 237 public function test_get_views_should_return_views_by_default() { 238 $expected = array( 239 'all' => '<a href="sites.php" class="current" aria-current="page">All <span class="count">(14)</span></a>', 240 'public' => '<a href="sites.php?status=public">Public <span class="count">(14)</span></a>', 241 ); 242 243 $this->assertSame( $expected, $this->table->get_views() ); 244 } 233 245 } 234 246 endif;
Note: See TracChangeset
for help on using the changeset viewer.