/**
  * Call init_settings so the private functions get called too
  * We don't expect output here.
  *
  * @covers Yoast_GA_Admin::init_settings()
  */
 public function init_settings()
 {
     $this->assertEquals($this->class_instance->init_settings(), NULL);
 }