Exemple #1
0
 public function testNotes()
 {
     $this->assertEquals('', $this->site->getNotes());
     $this->site->setNotes('This is a test');
     $this->assertEquals('This is a test', $this->site->getNotes());
 }