formatPropertyName() public méthode

formats the name of a property
public formatPropertyName ( string $name ) : string
$name string
Résultat string
 /**
  * tests formatting a property name
  *
  * @group formatter
  * @group sourcetest
  */
 public function testFormatPropertyName()
 {
     self::assertSame('"text"', $this->object->formatPropertyName('text'));
 }