* 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\Whitespace; use PhpCsFixer\Tests\Test\AbstractFixerTestCase; /** * @internal * * @covers \PhpCsFixer\Fixer\Whitespace\BlankLineBetweenImportGroupsFixer */ final class BlankLineBetweenImportGroupsFixerTest extends AbstractFixerTestCase { /** * @dataProvider provideFixTypesOrderAndNewlinesCases */ public function testFixTypesOrderAndNewlines(string $expected, ?string $input = null): void { $this->doTest($expected, $input); } public static function provideFixTypesOrderAndNewlinesCases(): iterable { yield [ ' [ ' [ 'doTest($expected, $input); } public static function provideFixPre80Cases(): iterable { yield [ '