You appear to be a bot. Output may be restricted
Description
Usage
Tests_nivo_php::test_nivo__syntax();
Parameters
Returns
void
Source
File name: oik-nivo-slider/tests/test-nivo-php.php
Lines:
1 to 7 of 7
function test_nivo__syntax() { update_option( "posts_per_page", 10 ); $array = nivo__syntax(); $html = $this->arraytohtml( $array, true ); //$this->generate_expected_file( $html ); $this->assertArrayEqualsFile( $html ); }