Ejemplo n.º 1
0
 /**
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->fixture = new Subscriber(123);
     $this->fixture->setName('John Doe');
     $this->fixture->setEmail('*****@*****.**');
 }