* 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\FunctionNotation; use PhpCsFixer\Tests\Test\AbstractFixerTestCase; /** * @author Dariusz Rumiński * * @internal * * @covers \PhpCsFixer\Fixer\FunctionNotation\FunctionTypehintSpaceFixer */ final class FunctionTypehintSpaceFixerTest extends AbstractFixerTestCase { /** * @param string $expected * @param null|string $input * * @dataProvider provideFixCases */ public function testFix($expected, $input = null) { $this->doTest($expected, $input); } public function provideFixCases() { return [ [ 'doTest($expected, $input); } public function provideFix70Cases() { return [ [''], ]; } /** * @param string $expected * @param null|string $input * * @dataProvider provideFix74Cases * @requires PHP 7.4 */ public function testFix74($expected, $input = null) { $this->doTest($expected, $input); } public function provideFix74Cases() { return [ [ ' null;', ' null;', ], [ ' null;', ' null;', ], [ ' null;', ' null;', ], [ ' null;', ' null;', ], [ ' null;', ' null;', ], [ ' null;', ' null;', ], [ ' null;', ' null;', ], [ ' null;', ], [ ' null;', ], ]; } /** * @param string $expected * @param string $input * * @dataProvider provideFix80Cases * @requires PHP 8.0 */ public function testFix80($expected, $input) { $this->doTest($expected, $input); } public function provideFix80Cases() { yield [ '