Cassandra\Integration::isDebug PHP Метод

isDebug() публичный статический Метод

Determine if the debug argument was used when starting PHPUnit.
public static isDebug ( ) : boolean
Результат boolean True if debug argument was used; false otherwise
    public static function isDebug()
    {
        return in_array("--debug", $_SERVER['argv']);
    }