KimaiTest\TestCase::setKga PHP Method

setKga() protected method

protected setKga ( $kgaNew )
    protected function setKga($kgaNew)
    {
        global $kga;
        if (null !== $kga) {
            $this->kgaLast = clone $kga;
        }
        $kga = $kgaNew;
        \Kimai_Registry::setConfig($kga);
    }