Changeset 52010 for trunk/tests/phpunit/tests/media/nextImageLink.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media/nextImageLink.php
r51172 r52010 18 18 * @dataProvider data_next_image_link 19 19 */ 20 function test_next_image_link( $current_attachment_index, $expected_attachment_index, $expected, array $args = array() ) {20 public function test_next_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.