Exemple #1
0
 public function testGetterForVariableNameTrimsCorrectly()
 {
     $this->tag->setPropertyName('$property$');
     $this->assertEquals('property$', $this->tag->getPropertyName());
 }