/**
  * @test
  */
 public function setTypeForStringSetsType()
 {
     $this->subject->setType('Conceived at T3CON10');
     $this->assertAttributeSame('Conceived at T3CON10', 'type', $this->subject);
 }