DataSift\Storyplayer\Cli\KnownSystemsUnderTest::initDefaultConfig PHP Method

initDefaultConfig() public method

public initDefaultConfig ( ) : void
return void
    public function initDefaultConfig()
    {
        // defaults for the local computer
        $this->localhost = new BaseObject();
        $this->localhost->groups = new BaseObject();
        // all done
    }