コード例 #1
0
 public function testEmphasis()
 {
     $stringFormat = new StringFormat();
     $this->assertEquals('*emphasised text*', $stringFormat->emphasis('emphasised text'));
 }