Exemplo n.º 1
0
 public function testSetTags()
 {
     $blog = new Blog();
     $blog->setTags('symfony,php,phpunit');
     $this->assertEquals('symfony,php,phpunit', $blog->getTags());
 }