Cassandra\Integration::isVerbose PHP 메소드

isVerbose() 공개 정적인 메소드

Determine if the verbose argument was used when starting PHPUnit.
public static isVerbose ( ) : boolean
리턴 boolean True if verbose argument was used; false otherwise
    public static function isVerbose()
    {
        return in_array("--verbose", $_SERVER['argv']);
    }