예제 #1
0
 public function testSetAuthor()
 {
     $blog = new Blog();
     $blog->setAuthor('author');
     $this->assertEquals('author', $blog->getAuthor());
 }