/**
  * @test
  */
 public function getTypeReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getType());
 }