/**
  * @test
  */
 public function setTypeForStringSetsType()
 {
     $this->fixture->setType('Conceived at T3CON10');
     $this->assertSame('Conceived at T3CON10', $this->fixture->getType());
 }