コード例 #1
0
 public function testCode()
 {
     $stringFormat = new StringFormat();
     $this->assertEquals('`$this->execute()`', $stringFormat->code('$this->execute()'));
 }