Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

test_log()

Description

Debug logs for ResourceSpace automated tests

Parameters

ColumnTypeDefaultDescription
$msg: string

Location

include/test_functions.php lines 145 to 152

Definition

 
function test_log(string $msg): void
    
{
    if (!
RS_TEST_DEBUG) {
        return;
    }

    echo 
PHP_EOL $msg;
    }

This article was last updated 27th April 2024 09:05 Europe/London time based on the source file dated 4th April 2024 10:05 Europe/London time.