You appear to be a bot. Output may be restricted
Description
Usage
Tests_Media_NextImageLink::test_next_image_link( $current_attachment_index, $expected_attachment_index, $expected, $args );
Parameters
- $current_attachment_index
- ( mixed ) required –
- $expected_attachment_index
- ( mixed ) required –
- $expected
- ( mixed ) required –
- $args
- ( mixed ) optional –
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/media/nextImageLink.php
Lines:
1 to 7 of 7
public function test_next_image_link( $current_attachment_index, $expected_attachment_index, $expected, array $args = array() ) { list( $expected, $args ) = $this->setup_test_scenario( $current_attachment_index, $expected_attachment_index, $expected, $args ); $this->expectOutputString( $expected ); $this->assertNull( next_image_link( ...$args ) ); }