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']);
    }