Exemple #1
0
 public function testgetAndSetText()
 {
     $this->hashTag->setText('#thephpleague');
     $this->assertEquals('#thephpleague', $this->hashTag->getText());
 }