/**
  * We shouldn't expect output here
  *
  * @covers Yoast_GA_Admin::init_ga()
  */
 public function test_init_ga()
 {
     $this->assertEquals($this->class_instance->init_ga(), NULL);
 }