Esempio n. 1
0
 /**
  * Tests Site->setDescription() Site->getDescription().
  */
 public function testSetDescription()
 {
     $description = 'description';
     $this->site->setDescription($description);
     $this->assertEquals($description, $this->site->getDescription());
 }