* 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\Naming; use PhpCsFixer\Tests\Test\AbstractFixerTestCase; /** * @author Fred Cox * * @internal * * @covers \PhpCsFixer\Fixer\Naming\NoHomoglyphNamesFixer */ final class NoHomoglyphNamesFixerTest extends AbstractFixerTestCase { /** * @dataProvider provideFixCases * * @param mixed $expected * @param null|mixed $input */ public function testFix($expected, $input = null) { $this->doTest($expected, $input); } public function provideFixCases() { return [ ['name = \'wrong\';', 'nаmе = \'wrong\';', ], [ 'doTest($expected, $input); } public function provideFix74Cases() { return [ [ '