Tester\CodeCoverage\Collector::flush PHP Method

flush() public static method

Flushes all gathered information. Effective only with PHPDBG collector.
public static flush ( )
    public static function flush()
    {
        if (self::isStarted() && self::$collector === 'collectPhpDbg') {
            self::save();
        }
    }