* Dariusz Rumiński * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace PhpCsFixer\Tests\Fixer\Phpdoc; use PhpCsFixer\Test\AbstractFixerTestCase; /** * Test PhpdocInlineTagFixer. * * @internal * * @covers \PhpCsFixer\Fixer\Phpdoc\PhpdocInlineTagFixer */ final class PhpdocInlineTagFixerTest extends AbstractFixerTestCase { /** * @param string $expected * @param null|string $input * * @dataProvider provideTestFixInlineDocCases */ public function testFixInlineDoc($expected, $input = null) { $this->doTest($expected, $input); } public function provideTestFixInlineDocCases() { $cases = array( array( 'doTest($expected, $input); } public function provideTestFixInheritDocCases() { return array( array( '