You appear to be a bot. Output may be restricted
Description
This test is for when NextGEN is NOT active!
Usage
Tests_nivo_php::test_bw_get_spt_nggallery_bb_BB();
Parameters
Returns
void
Source
File name: oik-nivo-slider/tests/test-nivo-php.php
Lines:
1 to 12 of 12
function test_bw_get_spt_nggallery_bb_BB() { $exists = class_exists( "nggdb" ); $this->assertFalse( $exists ); $this->switch_to_locale( "bb_BB" ); $images = bw_get_spt_nggallery( array( "post_type" => "nggallery:oik-nivo-slider" ) ); $this->assertNull( $images ); $html = bw_ret(); //$this->generate_expected_file( $html ); $this->assertArrayEqualsFile( $html ); $this->switch_to_locale( "en_GB" ); }