* 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\PhpUnit; use PhpCsFixer\Tests\Test\AbstractFixerTestCase; /** * @author Roland Franssen * * @internal * * @covers \PhpCsFixer\Fixer\PhpUnit\PhpUnitFqcnAnnotationFixer */ final class PhpUnitFqcnAnnotationFixerTest extends AbstractFixerTestCase { public function testFix() { $expected = <<<'EOF' doTest($expected, $input); } public function testIgnoringNonPhpUnitClass() { $this->doTest('