You appear to be a bot. Output may be restricted
Description
Usage
Tests_oik_bwtrace::test_constant_bw_trace_on();
Parameters
Returns
void
Source
File name: oik-bwtrace/tests/test–oik-bwtrace.php
Lines:
1 to 16 of 16
function test_constant_bw_trace_on() { if ( defined( 'BW_TRACE_ON' ) ) { if ( BW_TRACE_ON ) { //echo "BW_TRACE_ON is true!"; $this->bw_trace_on = true; } else { //echo "BW_TRACE_ON is false"; $this->bw_trace_on = false; } } else { //echo "BW_TRACE_ON is not set"; $this->bw_trace_on = null; } $this->assertTrue( true ); }