Example #1
0
 /**
  * @todo Implement testSetDomain().
  */
 public function testSetDomain()
 {
     $domain = 'domain.com';
     $this->object->setDomain($domain);
     $this->assertEquals($this->readAttribute($this->object, 'domain'), $domain);
 }