You appear to be a bot. Output may be restricted
Description
Test support for HTTPS protocol
Usage
Tests_nivo_php::test_no_http_in_output();
Parameters
Returns
void
Source
File name: oik-nivo-slider/tests/test-nivo-php.php
Lines:
1 to 9 of 9
function test_no_http_in_output() { $_SERVER['HTTPS'] = 'on'; bw_expand_shortcode(); nivo__example(); $actual = bw_ret(); //echo $actual; $this->assertStringContainsString( "https://", $actual ); $this->assertStringNotContainsString( "http://", $actual ); }