You appear to be a bot. Output may be restricted
Description
Note: This doesn't test the fix for specific problem reported But it's a start.
Usage
Tests_nivo_php::test_issue_3_image_2_onwards_has_display_none();
Parameters
Returns
void
Source
File name: oik-nivo-slider/tests/test-nivo-php.php
Lines:
1 to 9 of 9
function test_issue_3_image_2_onwards_has_display_none() { $atts = array( "post_type" => "screenshot:oik-nivo-slider" , "caption" => "y" ); $actual = bw_nivo_slider( $atts ); //echo $actual; $this->assertStringContainsString( 'screenshot-1.jpg" />', $actual ); $this->assertStringContainsString( 'screenshot-2.jpg" style="display:none" />', $actual ); }