Changeset 51172 for trunk/tests/phpunit/tests/media/previousImageLink.php
- Timestamp:
- 06/16/2021 05:30:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media/previousImageLink.php
r51122 r51172 4 4 5 5 /** 6 * @group 6 * @group media 7 7 * @covers ::previous_image_link 8 8 */ … … 18 18 * @dataProvider data_previous_image_link 19 19 */ 20 function test_previous_image_link( $current_attachment_index, $expected_attachment_index = 0, $expected, array $args = array() ) {20 function test_previous_image_link( $current_attachment_index, $expected_attachment_index, $expected, array $args = array() ) { 21 21 list( $expected, $args ) = $this->setup_test_scenario( $current_attachment_index, $expected_attachment_index, $expected, $args ); 22 22
Note: See TracChangeset
for help on using the changeset viewer.