CI_Unit_test::active PHP Method

active() public method

Enables/disables unit testing
public active ( $state = TRUE ) : void
return void
    public function active($state = TRUE)
    {
        $this->active = (bool) $state;
    }