/**
  * @test
  */
 public function setPhoneForStringSetsPhone()
 {
     $this->fixture->setPhone('Conceived at T3CON10');
     $this->assertSame('Conceived at T3CON10', $this->fixture->getPhone());
 }