1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621 |
- <?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\Basic;
- use PhpCsFixer\Test\AbstractFixerTestCase;
- /**
- * @author Dariusz Rumiński <dariusz.ruminski@gmail.com>
- *
- * @internal
- */
- final class BracesFixerTest extends AbstractFixerTestCase
- {
- /**
- * @dataProvider provideFixControlContinuationBracesCases
- */
- public function testFixControlContinuationBraces($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideFixControlContinuationBracesCases()
- {
- return array(
- array(
- '<?php
- $a = function() {
- $a = 1;
- while (false);
- };',
- ),
- array(
- '<?php
- $a = function() {
- $a = 1;
- for ($i=0;$i<5;++$i);
- };',
- ),
- array(
- '<?php
- class Foo
- {
- public function A()
- {
- ?>
- Test<?php echo $foobar; ?>Test
- <?php
- $a = 1;
- }
- }',
- ),
- array(
- '<?php
- if (true) {
- $a = 1;
- } else {
- $b = 2;
- }',
- '<?php
- if (true) {
- $a = 1;
- }
- else {
- $b = 2;
- }',
- ),
- array(
- '<?php
- try {
- throw new \Exception();
- } catch (\LogicException $e) {
- // do nothing
- } catch (\Exception $e) {
- // do nothing
- }',
- '<?php
- try {
- throw new \Exception();
- }catch (\LogicException $e) {
- // do nothing
- }
- catch (\Exception $e) {
- // do nothing
- }',
- ),
- array(
- '<?php
- if (true) {
- echo 1;
- } elseif (true) {
- echo 2;
- }',
- '<?php
- if (true) {
- echo 1;
- } elseif (true)
- {
- echo 2;
- }',
- ),
- array(
- '<?php
- try {
- echo 1;
- } catch (Exception $e) {
- echo 2;
- }',
- '<?php
- try
- {
- echo 1;
- }
- catch (Exception $e)
- {
- echo 2;
- }',
- ),
- array(
- '<?php
- class Foo
- {
- public function bar(
- FooInterface $foo,
- BarInterface $bar,
- array $data = []
- ) {
- }
- }',
- '<?php
- class Foo
- {
- public function bar(
- FooInterface $foo,
- BarInterface $bar,
- array $data = []
- ){
- }
- }',
- ),
- array(
- '<?php
- if (1) {
- self::${$key} = $val;
- self::${$type}[$rule] = $pattern;
- self::${$type}[$rule] = array_merge($pattern, self::${$type}[$rule]);
- self::${$type}[$rule] = $pattern + self::${$type}["rules"];
- }
- ',
- ),
- array(
- '<?php
- if (1) {
- do {
- $a = 1;
- } while (true);
- }',
- ),
- array(
- '<?php
- if /* 1 */ (2) {
- }',
- '<?php
- if /* 1 */ (2) {}',
- ),
- array(
- '<?php
- if (1) {
- echo $items{0}->foo;
- echo $collection->items{1}->property;
- }
- ',
- ),
- );
- }
- /**
- * @dataProvider provideFixMissingBracesAndIndentCases
- */
- public function testFixMissingBracesAndIndent($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideFixMissingBracesAndIndentCases()
- {
- return array(
- array(
- '<?php
- if (true):
- $foo = 0;
- endif;',
- ),
- array(
- '<?php
- if (true) :
- $foo = 0;
- endif;',
- ),
- array(
- '<?php
- if (true) : $foo = 1; endif;',
- ),
- array(
- '<?php
- if (true) {
- $foo = 1;
- }',
- '<?php
- if (true)$foo = 1;',
- ),
- array(
- '<?php
- if (true) {
- $foo = 2;
- }',
- '<?php
- if (true) $foo = 2;',
- ),
- array(
- '<?php
- if (true) {
- $foo = 3;
- }',
- '<?php
- if (true){$foo = 3;}',
- ),
- array(
- '<?php
- if (true) {
- echo 1;
- } else {
- echo 2;
- }',
- '<?php
- if(true) { echo 1; } else echo 2;',
- ),
- array(
- '<?php
- if (true) {
- echo 3;
- } else {
- echo 4;
- }',
- '<?php
- if(true) echo 3; else { echo 4; }',
- ),
- array(
- '<?php
- if (true) {
- echo 5;
- } else {
- echo 6;
- }',
- '<?php
- if (true) echo 5; else echo 6;',
- ),
- array(
- '<?php
- if (true) {
- while (true) {
- $foo = 1;
- $bar = 2;
- }
- }',
- '<?php
- if (true) while (true) { $foo = 1; $bar = 2;}',
- ),
- array(
- '<?php
- if (true) {
- if (true) {
- echo 1;
- } else {
- echo 2;
- }
- } else {
- echo 3;
- }',
- '<?php
- if (true) if (true) echo 1; else echo 2; else echo 3;',
- ),
- array(
- '<?php
- if (true) {
- // sth here...
- if ($a && ($b || $c)) {
- $d = 1;
- }
- }',
- '<?php
- if (true) {
- // sth here...
- if ($a && ($b || $c)) $d = 1;
- }',
- ),
- array(
- '<?php
- for ($i = 1; $i < 10; ++$i) {
- echo $i;
- }
- for ($i = 1; $i < 10; ++$i) {
- echo $i;
- }',
- '<?php
- for ($i = 1; $i < 10; ++$i) echo $i;
- for ($i = 1; $i < 10; ++$i) { echo $i; }',
- ),
- array(
- '<?php
- for ($i = 1; $i < 5; ++$i) {
- for ($i = 1; $i < 10; ++$i) {
- echo $i;
- }
- }',
- '<?php
- for ($i = 1; $i < 5; ++$i) for ($i = 1; $i < 10; ++$i) { echo $i; }',
- ),
- array(
- '<?php
- do {
- echo 1;
- } while (false);',
- '<?php
- do { echo 1; } while (false);',
- ),
- array(
- '<?php
- while ($foo->next());',
- ),
- array(
- '<?php
- foreach ($foo as $bar) {
- echo $bar;
- }',
- '<?php
- foreach ($foo as $bar) echo $bar;',
- ),
- array(
- '<?php
- if (true) {
- $a = 1;
- }',
- '<?php
- if (true) {$a = 1;}',
- ),
- array(
- '<?php
- if (true) {
- $a = 1;
- }',
- '<?php
- if (true) {
- $a = 1;
- }',
- ),
- array(
- '<?php
- if (true) {
- $a = 1;
- $b = 2;
- while (true) {
- $c = 3;
- }
- $d = 4;
- }',
- '<?php
- if (true) {
- $a = 1;
- $b = 2;
- while (true) {
- $c = 3;
- }
- $d = 4;
- }',
- ),
- array(
- '<?php
- if (true) {
- $a = 1;
- $b = 2;
- }',
- ),
- array(
- '<?php
- if (1) {
- $a = 1;
- // comment at end
- }',
- ),
- array(
- '<?php
- if (1) {
- if (2) {
- $a = "a";
- } elseif (3) {
- $b = "b";
- // comment
- } else {
- $c = "c";
- }
- $d = "d";
- }',
- ),
- array(
- '<?php
- foreach ($numbers as $num) {
- for ($i = 0; $i < $num; ++$i) {
- $a = "a";
- }
- $b = "b";
- }',
- ),
- array(
- '<?php
- if (1) {
- if (2) {
- $foo = 2;
- if (3) {
- $foo = 3;
- }
- }
- }',
- ),
- array(
- '<?php
- declare(ticks=1) {
- $ticks = 1;
- }',
- '<?php
- declare(ticks=1) {
- $ticks = 1;
- }',
- ),
- array(
- '<?php
- if (true) {
- foo();
- } elseif (true) {
- bar();
- }',
- '<?php
- if (true)
- {
- foo();
- } elseif (true)
- {
- bar();
- }',
- ),
- array(
- '<?php
- while (true) {
- foo();
- }',
- '<?php
- while (true)
- {
- foo();
- }',
- ),
- array(
- '<?php
- do {
- echo $test;
- } while ($test = $this->getTest());',
- '<?php
- do
- {
- echo $test;
- }
- while ($test = $this->getTest());',
- ),
- array(
- '<?php
- do {
- echo $test;
- } while ($test = $this->getTest());',
- '<?php
- do
- {
- echo $test;
- }while ($test = $this->getTest());',
- ),
- array(
- '<?php
- class ClassName
- {
- /**
- * comment
- */
- public $foo = null;
- }',
- '<?php
- class ClassName
- {
- /**
- * comment
- */
- public $foo = null;
- }',
- ),
- array(
- '<?php
- while ($true) {
- try {
- throw new \Exception();
- } catch (\Exception $e) {
- // do nothing
- }
- }',
- ),
- array(
- '<?php
- interface Foo
- {
- public function setConfig(ConfigInterface $config);
- }',
- ),
- array(
- '<?php
- function bar()
- {
- $a = 1; //comment
- }',
- ),
- array(
- '<?php
- function & lambda()
- {
- return function () {
- };
- }',
- ),
- array(
- '<?php
- function nested()
- {
- $a = "a{$b->c()}d";
- }',
- ),
- array(
- '<?php
- function foo()
- {
- $a = $b->{$c->d}($e);
- $f->{$g} = $h;
- $i->{$j}[$k] = $l;
- $m = $n->{$o};
- $p = array($q->{$r}, $s->{$t});
- $u->{$v}->w = 1;
- }',
- ),
- array(
- '<?php
- function mixed()
- {
- $a = $b->{"a{$c}d"}();
- }',
- ),
- array(
- '<?php
- function mixedComplex()
- {
- $a = $b->{"a{$c->{\'foo-bar\'}()}d"}();
- }',
- ),
- array(
- '<?php
- function mixedComplex()
- {
- $a = ${"b{$foo}"}->{"a{$c->{\'foo-bar\'}()}d"}();
- }',
- ),
- array(
- '<?php
- if (true):
- echo 1;
- else:
- echo 2;
- endif;
- ',
- ),
- array(
- '<?php
- if ($test) { //foo
- echo 1;
- }',
- ),
- array(
- '<?php
- if (true) {
- // foo
- // bar
- if (true) {
- print("foo");
- print("bar");
- }
- }',
- '<?php
- if (true)
- // foo
- // bar
- {
- if (true)
- {
- print("foo");
- print("bar");
- }
- }',
- ),
- array(
- '<?php
- if (true) {
- // foo
- /* bar */
- if (true) {
- print("foo");
- print("bar");
- }
- }',
- '<?php
- if (true)
- // foo
- /* bar */{
- if (true)
- {
- print("foo");
- print("bar");
- }
- }',
- ),
- array(
- '<?php if (true) {
- echo "s";
- } ?>x',
- '<?php if (true) echo "s" ?>x',
- ),
- array(
- '<?php
- class Foo
- {
- public function getFaxNumbers()
- {
- if (1) {
- return $this->phoneNumbers->filter(function ($phone) {
- $a = 1;
- $b = 1;
- $c = 1;
- return ($phone->getType() === 1) ? true : false;
- });
- }
- }
- }',
- '<?php
- class Foo
- {
- public function getFaxNumbers()
- {
- if (1)
- return $this->phoneNumbers->filter(function ($phone) {
- $a = 1;
- $b = 1;
- $c = 1;
- return ($phone->getType() === 1) ? true : false;
- });
- }
- }',
- ),
- array(
- '<?php
- if (true) {
- if (true) {
- echo 1;
- } elseif (true) {
- echo 2;
- } else {
- echo 3;
- }
- }
- ',
- '<?php
- if(true)
- if(true)
- echo 1;
- elseif(true)
- echo 2;
- else
- echo 3;
- ',
- ),
- array(
- '<?php
- if (true) {
- if (true) {
- echo 1;
- } elseif (true) {
- echo 2;
- } else {
- echo 3;
- }
- }
- echo 4;
- ',
- '<?php
- if(true)
- if(true)
- echo 1;
- elseif(true)
- echo 2;
- else
- echo 3;
- echo 4;
- ',
- ),
- array(
- '<?php
- if (true) {
- if (true) {
- echo 1;
- } elseif (true) {
- echo 2;
- } else {
- echo 3;
- }
- }',
- '<?php
- if(true) if(true) echo 1; elseif(true) echo 2; else echo 3;',
- ),
- array(
- '<?php
- if (true) {
- if (true) {
- echo 1;
- } else {
- echo 2;
- }
- } else {
- echo 3;
- }',
- '<?php
- if(true) if(true) echo 1; else echo 2; else echo 3;',
- ),
- array(
- '<?php
- foreach ($data as $val) {
- // test val
- if ($val === "errors") {
- echo "!";
- }
- }',
- '<?php
- foreach ($data as $val)
- // test val
- if ($val === "errors") {
- echo "!";
- }',
- ),
- array(
- '<?php
- if (1) {
- foreach ($data as $val) {
- // test val
- if ($val === "errors") {
- echo "!";
- }
- }
- }',
- '<?php
- if (1)
- foreach ($data as $val)
- // test val
- if ($val === "errors") {
- echo "!";
- }',
- ),
- array(
- '<?php
- class Foo
- {
- public function main()
- {
- echo "Hello";
- }
- }',
- '<?php
- class Foo
- {
- public function main()
- {
- echo "Hello";
- }
- }',
- ),
- array(
- '<?php
- class Foo
- {
- public function main()
- {
- echo "Hello";
- }
- }',
- '<?php
- class Foo
- {
- public function main()
- {
- echo "Hello";
- }
- }',
- ),
- array(
- '<?php
- class Foo
- {
- public $bar;
- public $baz;
- }',
- '<?php
- class Foo
- {
- public $bar;
- public $baz;
- }',
- ),
- array(
- '<?php
- function myFunction($foo, $bar)
- {
- return \Foo::{$foo}($bar);
- }',
- ),
- );
- }
- /**
- * @dataProvider provideFixClassyBracesCases
- */
- public function testFixClassyBraces($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideFixClassyBracesCases()
- {
- return array(
- array(
- '<?php
- class FooA
- {
- }',
- '<?php
- class FooA {}',
- ),
- array(
- '<?php
- class FooB
- {
- }',
- '<?php
- class FooB{}',
- ),
- array(
- '<?php
- class FooC
- {
- }',
- '<?php
- class FooC
- {}',
- ),
- array(
- '<?php
- interface FooD
- {
- }',
- '<?php
- interface FooD {}',
- ),
- array(
- '<?php
- class TestClass extends BaseTestClass implements TestInterface
- {
- private $foo;
- }',
- '<?php
- class TestClass extends BaseTestClass implements TestInterface { private $foo;}',
- ),
- array(
- '<?php
- abstract class Foo
- {
- public function getProcess($foo)
- {
- return true;
- }
- }',
- ),
- array('<?php
- function foo()
- {
- return "$c ($d)";
- }',
- ),
- );
- }
- /**
- * @dataProvider provideFixClassyBraces54Cases
- * @requires PHP 5.4
- */
- public function testFixClassyBraces54($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideFixClassyBraces54Cases()
- {
- return array(
- array(
- '<?php
- trait TFoo
- {
- public $a;
- }',
- '<?php
- trait TFoo {public $a;}',
- ),
- );
- }
- /**
- * @dataProvider provideFixAnonFunctionInShortArraySyntax54Cases
- * @requires PHP 5.4
- */
- public function testFixAnonFunctionInShortArraySyntax54($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideFixAnonFunctionInShortArraySyntax54Cases()
- {
- return array(
- array(
- '<?php
- function myFunction()
- {
- return [
- [
- "callback" => function ($data) {
- return true;
- }
- ],
- [
- "callback" => function ($data) {
- return true;
- },
- ],
- ];
- }',
- '<?php
- function myFunction()
- {
- return [
- [
- "callback" => function ($data) {
- return true;
- }
- ],
- [
- "callback" => function ($data) { return true; },
- ],
- ];
- }',
- ),
- );
- }
- /**
- * @dataProvider provideFixCommentBeforeBraceCases
- */
- public function testFixCommentBeforeBrace($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideFixCommentBeforeBraceCases()
- {
- return array(
- array('<?php '),
- array(
- '<?php
- if ($test) { // foo
- echo 1;
- }',
- '<?php
- if ($test) // foo
- {
- echo 1;
- }',
- ),
- array(
- '<?php
- $foo = function ($x) use ($y) { // foo
- echo 1;
- };',
- '<?php
- $foo = function ($x) use ($y) // foo
- {
- echo 1;
- };',
- ),
- array(
- '<?php
- $foo = new class ($a) extends Foo implements Bar { // foo
- private $x;
- };',
- '<?php
- $foo = new class ($a) extends Foo implements Bar // foo
- {
- private $x;
- };',
- ),
- );
- }
- /**
- * @dataProvider provideFixWhitespaceBeforeBraceCases
- */
- public function testFixWhitespaceBeforeBrace($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideFixWhitespaceBeforeBraceCases()
- {
- return array(
- array(
- '<?php
- if (true) {
- echo 1;
- }',
- '<?php
- if (true)
- {
- echo 1;
- }',
- ),
- array(
- '<?php
- if (true) {
- echo 1;
- }',
- '<?php
- if (true){
- echo 1;
- }',
- ),
- array(
- '<?php
- if (true) {
- echo 1;
- }',
- '<?php
- if (true) {
- echo 1;
- }',
- ),
- array(
- '<?php
- while ($file = $this->getFile()) {
- }',
- '<?php
- while ($file = $this->getFile())
- {
- }',
- ),
- array(
- '<?php
- switch (n) {
- case label1:
- echo 1;
- echo 2;
- break;
- default:
- echo 3;
- echo 4;
- }',
- '<?php
- switch (n)
- {
- case label1:
- echo 1;
- echo 2;
- break;
- default:
- echo 3;
- echo 4;
- }',
- ),
- );
- }
- /**
- * @dataProvider provideFixFunctionsCases
- */
- public function testFixFunctions($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideFixFunctionsCases()
- {
- return array(
- array(
- '<?php
- function download()
- {
- }',
- '<?php
- function download() {
- }',
- ),
- array(
- '<?php
- class Foo
- {
- public function AAAA()
- {
- }
- public function BBBB()
- {
- }
- public function CCCC()
- {
- }
- }',
- '<?php
- class Foo
- {
- public function AAAA(){
- }
- public function BBBB() {
- }
- public function CCCC()
- {
- }
- }',
- ),
- array(
- '<?php
- filter(function () {
- return true;
- });
- ',
- ),
- array(
- '<?php
- filter(function ($a) {
- });',
- '<?php
- filter(function ($a)
- {});',
- ),
- array(
- '<?php
- filter(function ($b) {
- });',
- '<?php
- filter(function ($b){});',
- ),
- array(
- '<?php
- foo(array_map(function ($object) use ($x, $y) {
- return array_filter($object->bar(), function ($o) {
- return $o->isBaz();
- });
- }, $collection));',
- '<?php
- foo(array_map(function ($object) use ($x, $y) { return array_filter($object->bar(), function ($o) { return $o->isBaz(); }); }, $collection));',
- ),
- array(
- '<?php
- class Foo
- {
- public static function bar()
- {
- return 1;
- }
- }',
- ),
- array(
- '<?php
- usort($this->fixers, function &($a, $b) use ($selfName) {
- return 1;
- });',
- ),
- array(
- '<?php
- usort(
- $this->fixers,
- function &($a, $b) use ($selfName) {
- return 1;
- }
- );',
- ),
- array(
- '<?php
- use function Foo\bar;
- if (true) {
- }',
- ),
- array(
- '<?php
- $fnc = function ($a, $b) { // random comment
- return 0;
- };',
- '<?php
- $fnc = function ($a, $b) // random comment
- {
- return 0;
- };',
- ),
- array(
- '<?php
- $fnc = function ($a, $b) { # random comment
- return 0;
- };',
- '<?php
- $fnc = function ($a, $b) # random comment
- {
- return 0;
- };',
- ),
- array(
- '<?php
- $fnc = function ($a, $b) /* random comment */ {
- return 0;
- };',
- '<?php
- $fnc = function ($a, $b) /* random comment */
- {
- return 0;
- };',
- ),
- array(
- '<?php
- $fnc = function ($a, $b) /** random comment */ {
- return 0;
- };',
- '<?php
- $fnc = function ($a, $b) /** random comment */
- {
- return 0;
- };',
- ),
- );
- }
- /**
- * @dataProvider provideFixSpaceAroundTokenCases
- */
- public function testFixSpaceAroundToken($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provideFixSpaceAroundTokenCases()
- {
- return array(
- array(
- '<?php
- try {
- throw new Exception();
- } catch (Exception $e) {
- log($e);
- }',
- '<?php
- try{
- throw new Exception();
- }catch (Exception $e){
- log($e);
- }',
- ),
- array(
- '<?php
- do {
- echo 1;
- } while ($test);',
- '<?php
- do{
- echo 1;
- }while($test);',
- ),
- array(
- '<?php
- if (true === true
- && true === true
- ) {
- }',
- '<?php
- if(true === true
- && true === true
- ) {
- }',
- ),
- array(
- '<?php
- if (1) {
- }
- if ($this->tesT ($test)) {
- }',
- '<?php
- if(1){
- }
- if ($this->tesT ($test)) {
- }',
- ),
- array(
- '<?php
- if (true) {
- } elseif (false) {
- } else {
- }',
- '<?php
- if(true){
- }elseif(false){
- }else{
- }',
- ),
- array(
- '<?php
- $foo = function& () use ($bar) {
- };',
- '<?php
- $foo = function& ()use($bar){};',
- ),
- array(
- '<?php
- // comment
- declare(strict_types=1);
- // comment
- while (true) {
- }',
- ),
- array(
- '<?php
- declare(ticks=1) {
- }',
- '<?php
- declare ( ticks = 1 ) {
- }',
- ),
- );
- }
- /**
- * @dataProvider provide55Cases
- * @requires PHP 5.5
- */
- public function test55($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provide55Cases()
- {
- return array(
- array(
- '<?php
- try {
- throw new \Exception();
- } catch (\LogicException $e) {
- // do nothing
- } catch (\Exception $e) {
- // do nothing
- } finally {
- echo "finish!";
- }',
- '<?php
- try {
- throw new \Exception();
- }catch (\LogicException $e) {
- // do nothing
- }
- catch (\Exception $e) {
- // do nothing
- }
- finally {
- echo "finish!";
- }',
- ),
- );
- }
- /**
- * @dataProvider provide70Cases
- * @requires PHP 7.0
- */
- public function test70($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function provide70Cases()
- {
- return array(
- array(
- '<?php
- function foo($a)
- {
- // foo
- $foo = new class($a) extends Foo {
- public function bar()
- {
- }
- };
- }',
- '<?php
- function foo($a)
- {
- // foo
- $foo = new class($a) extends Foo { public function bar() {} };
- }',
- ),
- array(
- '<?php
- foo(1, new class implements Logger {
- public function log($message)
- {
- log($message);
- }
- }, 3);',
- '<?php
- foo(1, new class implements Logger { public function log($message) { log($message); } }, 3);',
- ),
- array(
- '<?php
- $message = (new class() implements FooInterface {
- });',
- '<?php
- $message = (new class() implements FooInterface{});',
- ),
- array(
- '<?php $message = (new class() {
- });',
- '<?php $message = (new class() {});',
- ),
- array(
- '<?php
- if (1) {
- $message = (new class() extends Foo {
- public function bar()
- {
- echo 1;
- }
- });
- }',
- '<?php
- if (1) {
- $message = (new class() extends Foo
- {
- public function bar() { echo 1; }
- });
- }',
- ),
- array(
- '<?php
- class Foo
- {
- public function use()
- {
- }
- public function use1(): string
- {
- }
- }
- ',
- '<?php
- class Foo
- {
- public function use() {
- }
- public function use1(): string {
- }
- }
- ',
- ),
- array(
- '<?php
- $a = function (int $foo): string {
- echo $foo;
- };
- $b = function (int $foo) use ($bar): string {
- echo $foo . $bar;
- };
- function a()
- {
- }
- ',
- '<?php
- $a = function (int $foo): string
- {
- echo $foo;
- };
- $b = function (int $foo) use($bar): string
- {
- echo $foo . $bar;
- };
- function a() {
- }
- ',
- ),
- array(
- '<?php
- class Something
- {
- public function sth(): string
- {
- return function (int $foo) use ($bar): string {
- return $bar;
- };
- }
- }',
- '<?php
- class Something
- {
- public function sth(): string
- {
- return function (int $foo) use ($bar): string { return $bar; };
- }
- }',
- ),
- array(
- '<?php
- use function some\a\{
- test1,
- test2
- };
- test();',
- ),
- array(
- '<?php
- use some\a\{ClassA, ClassB, ClassC as C};
- use function some\a\{fn_a, fn_b, fn_c};
- use const some\a\{ConstA, ConstB, ConstC};
- ',
- ),
- );
- }
- /**
- * @dataProvider providePreserveLineAfterControlBrace
- */
- public function testPreserveLineAfterControlBrace($expected, $input = null)
- {
- $this->doTest($expected, $input);
- }
- public function providePreserveLineAfterControlBrace()
- {
- return array(
- array(
- '<?php
- if (true) {
- // The blank line helps with legibility in nested control structures
- if (true) {
- // if body
- }
- // if body
- }',
- ),
- array(
- "<?php if (true) {\r\n\r\n// CRLF newline\n}",
- ),
- );
- }
- }
|