CI_Unit_test::active PHP Метод

active() публичный Метод

Enables/disables unit testing
public active ( $state = TRUE ) : void
Результат void
    public function active($state = TRUE)
    {
        $this->active = (bool) $state;
    }