Ticket #42044: 42044.patch
File 42044.patch, 534 bytes (added by , 7 years ago) |
---|
-
tests/phpunit/tests/admin/includesListTable.php
diff --git tests/phpunit/tests/admin/includesListTable.php tests/phpunit/tests/admin/includesListTable.php index cf40457..a429a0d 100644
class Tests_Admin_includesListTable extends WP_UnitTestCase { 192 192 foreach ( $expected_ids as $id ) { 193 193 $this->assertContains( sprintf( 'id="post-%d"', $id ), $output ); 194 194 } 195 196 // Clean up 197 unset( $_REQUEST['paged'] ); 198 unset( $GLOBALS['per_page'] ); 199 195 200 } 196 201 197 202 /**