Inheritance: implements JoliTypo\FixerInterface
Beispiel #1
0
 /**
  * :-( :sadface:.
  */
 public function testImpossible()
 {
     $this->markTestSkipped("Those tests can't pass: they are edge case JoliTypo does not cover ATM. Feel free to fix!");
     $fixer = new Fixer\Trademark();
     // Reference, section like this:
     $this->assertEquals('Section 12(c)', $fixer->fix('Section 12(c)'));
 }