Changeset 53571 for trunk/tests/phpunit/tests/formatting/redirect.php
- Timestamp:
- 06/24/2022 02:18:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/redirect.php
r53562 r53571 21 21 * @dataProvider get_bad_status_codes 22 22 * 23 * @covers ::wp_redirect 24 * 23 25 * @param string $location The path or URL to redirect to. 24 26 * @param int $status HTTP response status code to use. 25 *26 * @covers ::wp_redirect27 27 */ 28 28 public function test_wp_redirect_bad_status_code( $location, $status ) {
Note: See TracChangeset
for help on using the changeset viewer.