JoliTypo\Tests\Fixer\TrademarkTest::testImpossible PHP Method

testImpossible() public method

:-( :sadface:.
public testImpossible ( )
    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)'));
    }