1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720 |
- <?php
- /*
- * This file is part of PHP CS Fixer.
- *
- * (c) Fabien Potencier <fabien@symfony.com>
- * Dariusz Rumiński <dariusz.ruminski@gmail.com>
- *
- * This source file is subject to the MIT license that is bundled
- * with this source code in the file LICENSE.
- */
- namespace PhpCsFixer\Tests\Fixer\Import;
- use PhpCsFixer\Fixer\Import\OrderedImportsFixer;
- use PhpCsFixer\Test\AbstractFixerTestCase;
- /**
- * @internal
- *
- * @covers \PhpCsFixer\Fixer\Import\OrderedImportsFixer
- */
- final class OrderedImportsFixerTest extends AbstractFixerTestCase
- {
- public function testFix()
- {
- $expected = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar as ZooBar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar;
- use Foo\Bar\Foo as Fooo, Foo\Bar\FooBar as FooBaz;
- use Foo\Bir as FBB;
- use Foo\Zar\Baz;
- use SomeClass;
- use Symfony\Annotation\Template, Symfony\Doctrine\Entities\Entity;
- use Zoo\Bar as ZooBar;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Zoo\Tar;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $input = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar as ZooBar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar\FooBar as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testFixWithMultipleNamespace()
- {
- $expected = <<<'EOF'
- <?php
- namespace FooRoo {
- use Foo\Bar;
- use Foo\Bar\Foo as Fooo, Foo\Bar\FooBar as FooBaz;
- use Foo\Bir as FBB;
- use Foo\Zar\Baz;
- use SomeClass;
- use Symfony\Annotation\Template, Zoo\Bar as ZooBar;
- use Zoo\Tar1;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Zoo\Tar2;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- }
- namespace BlaRoo {
- use Foo\Zar\Baz;
- use SomeClass;
- use Symfony\Annotation\Template;
- use Symfony\Doctrine\Entities\Entity, Zoo\Bar;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- }
- EOF;
- $input = <<<'EOF'
- <?php
- namespace FooRoo {
- use Foo\Bar\FooBar as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar1;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Zoo\Tar2;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- }
- namespace BlaRoo {
- use Foo\Zar\Baz;
- use Zoo\Bar;
- use SomeClass;
- use Symfony\Annotation\Template, Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testFixWithComment()
- {
- $expected = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar;
- use Foo\Bar\Foo as Fooo, Foo\Bar\FooBar /* He there */ as FooBaz;
- use Foo\Bir as FBB;
- use Foo\Zar\Baz;
- use SomeClass;
- use /* FIXME */Symfony\Annotation\Template, Symfony\Doctrine\Entities\Entity;
- use Zoo\Bar as ZooBar;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Zoo\Tar;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $input = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar\FooBar /* He there */ as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use /* FIXME */Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- /**
- * @requires PHP 5.4
- */
- public function test54()
- {
- $expected = <<<'EOF'
- <?php
- use Foo\Bar;
- use Foo\Bar\Foo as Fooo, Foo\Bar\FooBar as FooBaz;
- use Foo\Bir as FBB;
- use Foo\Zar\Baz;
- use SomeClass;
- use Symfony\Annotation\Template, Symfony\Doctrine\Entities\Entity;
- use Zoo\Bar as ZooBar;
- use Zoo\Tar;
- trait Foo {}
- trait Zoo {}
- class AnnotatedClass
- {
- use Foo, Bar;
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $input = <<<'EOF'
- <?php
- use Foo\Bar\FooBar as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- use Symfony\Doctrine\Entities\Entity;
- trait Foo {}
- trait Zoo {}
- class AnnotatedClass
- {
- use Foo, Bar;
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- /**
- * @requires PHP 5.4
- */
- public function testFixWithTraitImports()
- {
- $expected = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Acme\MyReusableTrait;
- use Foo\Bar, Foo\Bar\Foo as Fooo;
- use Foo\Bar\FooBar as FooBaz;
- use Foo\Bir as FBB;
- use Foo\Zar\Baz;
- use SomeClass;
- use Symfony\Annotation\Template, Symfony\Doctrine\Entities\Entity;
- use Zoo\Bar as ZooBar;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Zoo\Tar;
- class AnnotatedClass
- {
- use MyReusableTrait;
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $baz) {};
- }
- }
- EOF;
- $input = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar\FooBar as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use Acme\MyReusableTrait;
- use Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- use MyReusableTrait;
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $baz) {};
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testFixWithDifferentCases()
- {
- $expected = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Baz;
- use abc\Bar;
- <?php
- use abc\Bar;
- use Zoo\Baz;
- class Test
- {
- }
- EOF;
- $input = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Baz;
- use abc\Bar;
- <?php
- use Zoo\Baz;
- use abc\Bar;
- class Test
- {
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testWithoutUses()
- {
- $expected = <<<'EOF'
- <?php
- $c = 1;
- EOF
- ;
- $this->doTest($expected);
- }
- public function testOrderWithTrailingDigit()
- {
- $expected = <<<'EOF'
- <?php
- use abc\Bar;
- use abc2\Bar2;
- use xyz\abc\Bar6;
- use xyz\abc2\Bar7;
- use xyz\xyz\Bar4;
- use xyz\xyz\Bar5;
- class Test
- {
- }
- EOF;
- $input = <<<'EOF'
- <?php
- use abc2\Bar2;
- use abc\Bar;
- use xyz\abc2\Bar7;
- use xyz\abc\Bar6;
- use xyz\xyz\Bar4;
- use xyz\xyz\Bar5;
- class Test
- {
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testCodeWithImportsOnly()
- {
- $expected = <<<'EOF'
- <?php
- use Aaa;
- use Bbb;
- EOF;
- $input = <<<'EOF'
- <?php
- use Bbb;
- use Aaa;
- EOF;
- $this->doTest($expected, $input);
- }
- public function testCodeWithCloseTag()
- {
- $this->doTest(
- '<?php
- use A\C1;
- use A\D?><?php use B\C2; use E\F ?>',
- '<?php
- use A\C1;
- use B\C2?><?php use A\D; use E\F ?>'
- );
- }
- /**
- * @param string $expected
- * @param null|string $input
- *
- * @dataProvider provideCommentCases
- */
- public function testCodeWithComments($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideCommentCases()
- {
- return array(
- array(
- '<?php
- use A\C1 /* A */;
- use /* B */ B\C2;',
- '<?php
- use /* B */ B\C2;
- use A\C1 /* A */;',
- ),
- array(
- '<?php
- use#
- A\C1;
- use B#
- \C2#
- #
- ;',
- '<?php
- use#
- B#
- \C2#
- #
- ;
- use A\C1;',
- ),
- );
- }
- /**
- * @param string $expected
- * @param null|string $input
- *
- * @dataProvider provide70Cases
- * @requires PHP 7.0
- */
- public function test70($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provide70Cases()
- {
- return array(
- array(
- '<?php
- use A\B;
- use some\a\{ClassA, ClassB, ClassC as C};
- use some\b\{
- ClassF,
- ClassG
- };
- use const some\a\{ConstA, ConstB, ConstC};
- use const some\b\{
- ConstA,
- ConstB,
- ConstC
- };
- use function some\a\{fn_a, fn_b, fn_c};
- use function some\b\{
- fn_a,
- fn_b,
- fn_c
- };
- ',
- '<?php
- use some\a\{ClassA, ClassB, ClassC as C};
- use function some\b\{
- fn_b,
- fn_c,
- fn_a
- };
- use function some\a\{fn_a, fn_b, fn_c};
- use A\B;
- use const some\b\{
- ConstC,
- ConstA,
- ConstB
- };
- use const some\a\{ConstA, ConstB, ConstC};
- use some\b\{
- ClassG,
- ClassF
- };
- ',
- ),
- array(
- '<?php
- use A\B;
- use some\a\{ClassA as A /*z*/, ClassB, ClassC};
- use const some\a\{
- ConstA,
- ConstB,
- ConstC
- };
- use function some\a\{fn_a, fn_b, fn_c};
- ',
- '<?php
- use some\a\{ ClassB,ClassC, /*z*/ ClassA as A};
- use function some\a\{fn_c, fn_a,fn_b };
- use A\B;
- use const some\a\{
- ConstA,
- ConstB,
- ConstC
- };
- ',
- ),
- array(
- '<?php
- use Foo\Bar\Baz;use Foo\Bar\{ClassA, ClassB, ClassC};
- use Foo\Bir;
- ',
- '<?php
- use Foo\Bar\Baz, Foo\Bir;
- use Foo\Bar\{ClassC, ClassB, ClassA};
- ',
- ),
- array(
- '<?php
- use A\A;use Foo3\Bar\{ClassA};use G\G;use H\H;use Ioo2\Bar\{ClassB};use J\J;use K\K;use Loo1\Bar\{ClassC};use M\M;
- ',
- '<?php
- use A\A,G\G;use Foo3\Bar\{ClassA};use H\H,J\J;use Ioo2\Bar\{ClassB};use K\K,M\M;use Loo1\Bar\{ClassC};
- ',
- ),
- array(
- '<?php
- use Foo\Bar\Baz;use Foo\Bar\{ClassA, ClassB, ClassC};
- use Foo\Bir;
- ',
- '<?php
- use Foo\Bar\Baz, Foo\Bir;
- use Foo\Bar\{ClassC, ClassB, ClassA};
- ',
- ),
- array(
- '<?php
- use Foo\Bar\{ClassA, ClassB, ClassC};
- use Foo\Bir\{
- ClassD,
- ClassE,
- ClassF
- };
- use Foo\Bor\{
- ClassG,
- ClassH,
- ClassI,
- ClassJ
- };
- ',
- '<?php
- use Foo\Bar\{ClassC, ClassB, ClassA};
- use Foo\Bir\{ClassE, ClassF,
- ClassD};
- use Foo\Bor\{
- ClassJ,
- ClassI,
- ClassH,
- ClassG
- };
- ',
- ),
- );
- }
- /*
- |--------------------------------------------------------------------------
- | Test sorting by length
- |--------------------------------------------------------------------------
- */
- public function testInvalidOrderTypesSize()
- {
- $this->setExpectedException(
- 'PhpCsFixer\ConfigurationException\InvalidFixerConfigurationException',
- '[ordered_imports] Invalid configuration: Missing sort type "function".'
- );
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_ALPHA,
- 'importsOrder' => array('class', 'const'),
- ));
- }
- public function testInvalidOrderType()
- {
- $this->setExpectedException(
- 'PhpCsFixer\ConfigurationException\InvalidFixerConfigurationException',
- '[ordered_imports] Invalid configuration: Missing sort type "class".'
- );
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_ALPHA,
- 'importsOrder' => array('const', 'function', 'bar'),
- ));
- }
- /**
- * @dataProvider provideInvalidSortAlgorithmConfiguration
- *
- * @param array $configuration
- * @param string $expectedValue
- */
- public function testInvalidSortAlgorithm($configuration, $expectedValue)
- {
- $this->setExpectedException(
- 'PhpCsFixer\ConfigurationException\InvalidFixerConfigurationException',
- sprintf(
- '[ordered_imports] Invalid configuration: The option "sortAlgorithm" with value %s is invalid. Accepted values are: "alpha", "length".',
- $expectedValue
- )
- );
- $this->fixer->configure($configuration);
- }
- public function provideInvalidSortAlgorithmConfiguration()
- {
- return array(
- array(
- array(
- 'sortAlgorithm' => 'dope',
- 'importsOrder' => null,
- ),
- '"dope"',
- ),
- array(
- array(
- 'sortAlgorithm' => array(OrderedImportsFixer::SORT_ALPHA, OrderedImportsFixer::SORT_LENGTH),
- 'importsOrder' => null,
- ),
- 'array',
- ),
- array(
- array(
- 'sortAlgorithm' => new \stdClass(),
- 'importsOrder' => null,
- ),
- 'stdClass',
- ),
- );
- }
- public function testFixByLength()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar as ZooBar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar;
- use Zoo\Tar, SomeClass;
- use Foo\Zar\Baz;
- use Foo\Bir as FBB;
- use Zoo\Bar as ZooBar;
- use Foo\Bar\Foo as Fooo, Foo\Bar\FooBar as FooBaz;
- use Symfony\Annotation\Template;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $input = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar as ZooBar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar\FooBar as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testByLengthFixWithSameLength()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- <?php
- use Acme;
- use Bar1;
- use Barr;
- use Fooo;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $input = <<<'EOF'
- <?php
- use Acme;
- use Fooo;
- use Barr;
- use Bar1;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testByLengthFixWithMultipleNamespace()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- <?php
- namespace FooRoo {
- use Foo\Bar;
- use Zoo\Tar1, Zoo\Tar2;
- use SomeClass;
- use Foo\Zar\Baz;
- use Foo\Bir as FBB;
- use Zoo\Bar as ZooBar, Foo\Bar\Foo as Fooo;
- use Foo\Bar\FooBar as FooBaz;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Annotation\Template;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- }
- namespace BlaRoo {
- use Zoo\Bar;
- use SomeClass;
- use Foo\Zar\Baz;
- use Symfony\Annotation\Template, Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- }
- EOF;
- $input = <<<'EOF'
- <?php
- namespace FooRoo {
- use Foo\Bar\FooBar as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar1;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Zoo\Tar2;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- }
- namespace BlaRoo {
- use Foo\Zar\Baz;
- use Zoo\Bar;
- use SomeClass;
- use Symfony\Annotation\Template, Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testByLengthFixWithComment()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar;
- use Zoo\Tar, SomeClass;
- use Foo\Zar\Baz;
- use Foo\Bir as FBB;
- use Zoo\Bar as ZooBar;
- use Foo\Bar\Foo as Fooo, Foo\Bar\FooBar /* He there */ as FooBaz;
- use /* FIXME */Symfony\Annotation\Template;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $input = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar\FooBar /* He there */ as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use /* FIXME */Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- /**
- * @requires PHP 5.4
- */
- public function testByLength54()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- <?php
- use Foo\Bar;
- use Zoo\Tar, SomeClass;
- use Foo\Zar\Baz;
- use Foo\Bir as FBB;
- use Zoo\Bar as ZooBar;
- use Foo\Bar\Foo as Fooo, Foo\Bar\FooBar as FooBaz;
- use Symfony\Annotation\Template;
- use Symfony\Doctrine\Entities\Entity;
- trait Foo {}
- trait Zoo {}
- class AnnotatedClass
- {
- use Foo, Bar;
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $input = <<<'EOF'
- <?php
- use Foo\Bar\FooBar as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- use Symfony\Doctrine\Entities\Entity;
- trait Foo {}
- trait Zoo {}
- class AnnotatedClass
- {
- use Foo, Bar;
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $foo) {};
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- /**
- * @requires PHP 5.4
- */
- public function testByLengthFixWithTraitImports()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar;
- use Zoo\Tar, SomeClass;
- use Foo\Zar\Baz;
- use Foo\Bir as FBB;
- use Zoo\Bar as ZooBar;
- use Foo\Bar\Foo as Fooo;
- use Acme\MyReusableTrait, Foo\Bar\FooBar as FooBaz;
- use Symfony\Annotation\Template;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- use MyReusableTrait;
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $baz) {};
- }
- }
- EOF;
- $input = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Bar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- <?php
- use Foo\Bar\FooBar as FooBaz;
- use Zoo\Bar as ZooBar, Zoo\Tar;
- use Foo\Bar;
- use Foo\Zar\Baz;
- use Acme\MyReusableTrait;
- use Symfony\Annotation\Template;
- use Foo\Bar\Foo as Fooo, Foo\Bir as FBB;
- use SomeClass;
- $a = new Bar();
- $a = new FooBaz();
- $a = new someclass();
- use Symfony\Doctrine\Entities\Entity;
- class AnnotatedClass
- {
- use MyReusableTrait;
- /**
- * @Template(foobar=21)
- * @param Entity $foo
- */
- public function doSomething($foo)
- {
- $bar = $foo->toArray();
- /** @var ArrayInterface $bar */
- return function () use ($bar, $baz) {};
- }
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testByLengthFixWithDifferentCases()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Baz;
- use abc\Bar;
- <?php
- use abc\Bar;
- use Zoo\Baz;
- class Test
- {
- }
- EOF;
- $input = <<<'EOF'
- The normal
- use of this fixer
- should not change this sentence nor those statements below
- use Zoo\Baz;
- use abc\Bar;
- <?php
- use Zoo\Baz;
- use abc\Bar;
- class Test
- {
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testByLengthOrderWithTrailingDigit()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- <?php
- use abc\Bar;
- use abc2\Bar2;
- use xyz\abc\Bar6;
- use xyz\xyz\Bar4;
- use xyz\xyz\Bar5;
- use xyz\abc2\Bar7;
- class Test
- {
- }
- EOF;
- $input = <<<'EOF'
- <?php
- use abc2\Bar2;
- use abc\Bar;
- use xyz\abc2\Bar7;
- use xyz\abc\Bar6;
- use xyz\xyz\Bar4;
- use xyz\xyz\Bar5;
- class Test
- {
- }
- EOF;
- $this->doTest($expected, $input);
- }
- public function testByLengthCodeWithImportsOnly()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- <?php
- use Aaa;
- use Bbb;
- EOF;
- $input = <<<'EOF'
- <?php
- use Bbb;
- use Aaa;
- EOF;
- $this->doTest($expected, $input);
- }
- public function testByLengthWithoutUses()
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $expected = <<<'EOF'
- <?php
- $c = 1;
- EOF
- ;
- $this->doTest($expected);
- }
- /**
- * @param string $expected
- * @param null|string $input
- *
- * @dataProvider provide70CasesByLength
- * @requires PHP 7.0
- */
- public function test70ByLength($expected, $input = null)
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => null,
- ));
- $this->doTest($expected, $input);
- }
- public function provide70CasesByLength()
- {
- return array(
- array(
- '<?php
- use A\B;
- use Foo\Bar\Biz;
- use some\b\{
- ClassF,
- ClassG
- };
- use function some\a\{fn_a, fn_b, fn_c};
- use some\b\{ClassA, ClassB, ClassC as C};
- use const some\a\{ConstA, ConstB, ConstC};
- use some\a\{ClassA as A /*z*/, ClassB, ClassC};
- use Some\Biz\Barz\Boozz\Foz\Which\Is\Really\Long;
- use const some\b\{ConstG, ConstX, ConstY, ConstZ};
- use some\c\{ClassR, ClassT, ClassV as V, NiceClassName};
- ',
- '<?php
- use function some\a\{fn_a, fn_b, fn_c};
- use Foo\Bar\Biz;
- use some\c\{ClassR, ClassT, ClassV as V, NiceClassName};
- use A\B;
- use Some\Biz\Barz\Boozz\Foz\Which\Is\Really\Long;
- use some\b\{
- ClassF,
- ClassG
- };
- use const some\a\{ConstB, ConstA, ConstC};
- use const some\b\{ConstX, ConstY, ConstZ, ConstG};
- use some\b\{ClassA, ClassB, ClassC as C};
- use some\a\{ ClassB,ClassC, /*z*/ ClassA as A};
- ',
- ),
- );
- }
- /**
- * @dataProvider provide70TypesOrderAndLength
- * @requires PHP 7.0
- *
- * @param string $expected
- * @param null|string $input
- */
- public function test70TypesOrderAndLength($expected, $input = null)
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_LENGTH,
- 'importsOrder' => array(OrderedImportsFixer::IMPORT_TYPE_CLASS, OrderedImportsFixer::IMPORT_TYPE_CONST, OrderedImportsFixer::IMPORT_TYPE_FUNCTION),
- ));
- $this->doTest($expected, $input);
- }
- public function provide70TypesOrderAndLength()
- {
- return array(
- array(
- '<?php
- use A\B;
- use Some\Bar;
- use Foo\Zar\Baz;
- use some\b\{
- ClassF,
- ClassG
- };
- use some\a\{ClassA, ClassB, ClassC as C};
- use some\b\{ClassK, ClassL, ClassM as M};
- use some\a\{ClassA as A /*z*/, ClassB, ClassC};
- use const some\a\{ConstA, ConstB, ConstC};
- use const some\b\{ConstD, ConstE, ConstF};
- use function some\a\{fn_a, fn_b};
- use function some\f\{fn_c, fn_d, fn_e};
- use function some\b\{fn_k, fn_l, func_m};
- ',
- '<?php
- use const some\a\{ConstA, ConstB, ConstC};
- use some\a\{ClassA, ClassB, ClassC as C};
- use Foo\Zar\Baz;
- use some\b\{ClassK, ClassL, ClassM as M};
- use some\a\{ClassA as A /*z*/, ClassB, ClassC};
- use A\B;
- use some\b\{
- ClassF,
- ClassG
- };
- use function some\b\{fn_k, fn_l, func_m};
- use Some\Bar;
- use function some\a\{fn_a, fn_b};
- use const some\b\{ConstD, ConstE, ConstF};
- use function some\f\{fn_c, fn_d, fn_e};
- ',
- ),
- );
- }
- /**
- * @dataProvider provide70TypesOrderAndAlphabet
- * @requires PHP 7.0
- *
- * @param string $expected
- * @param null|string $input
- * @param string[] $importOrder
- */
- public function test70TypesOrderAndAlphabet($expected, $input = null, array $importOrder = null)
- {
- $this->fixer->configure(array(
- 'sortAlgorithm' => OrderedImportsFixer::SORT_ALPHA,
- 'importsOrder' => $importOrder,
- ));
- $this->doTest($expected, $input);
- }
- public function provide70TypesOrderAndAlphabet()
- {
- return array(
- array(
- '<?php
- use Aaa\Bbb;
- use Aaa\Ccc;
- use Bar\Biz\Boooz\Bum;
- use Foo\Zar\Baz;
- use some\a\{ClassA};
- use some\b\{
- ClassF,
- ClassG
- };
- use some\b\{ClassB, ClassC as C, ClassD};
- use Some\Cloz;
- use const some\a\{ConstA};
- use const some\a\{ConstB, ConstC as CC};
- use const some\a\{ConstD};
- use const some\b\{ConstE};
- use function some\a\{fn_a, fn_b};
- use function some\a\{fn};
- use function some\b\{fn_c, fn_d, fn_e};
- use function some\c\{fn_f};
- use function some\f\{fn_g, fn_h, fn_i};
- ',
- '<?php
- use Aaa\Ccc;
- use Foo\Zar\Baz;
- use function some\f\{fn_g, fn_h, fn_i};
- use some\a\{ClassA};
- use some\b\{ClassD, ClassB, ClassC as C};
- use Bar\Biz\Boooz\Bum;
- use function some\c\{fn_f};
- use some\b\{
- ClassF,
- ClassG
- };
- use const some\a\{ConstD};
- use Some\Cloz;
- use function some\a\{fn};
- use const some\a\{ConstA};
- use function some\b\{fn_c, fn_d, fn_e};
- use const some\a\{ConstB, ConstC as CC};
- use Aaa\Bbb;
- use const some\b\{ConstE};
- use function some\a\{fn_a, fn_b};
- ',
- array(OrderedImportsFixer::IMPORT_TYPE_CLASS, OrderedImportsFixer::IMPORT_TYPE_CONST, OrderedImportsFixer::IMPORT_TYPE_FUNCTION),
- ),
- );
- }
- }
|