712 Commits

Author SHA1 Message Date
TomasVotruba
ba23a8f2d7 add Nette\DI\Container stub to fix missing nette/di deps 2018-03-13 21:31:38 +01:00
TomasVotruba
134fb818be add ReplaceParentRepositoryCallsByRepositoryPropertyRector 2018-03-05 13:34:21 +01:00
TomasVotruba
41327af091 misc 2018-03-05 01:00:44 +01:00
TomasVotruba
98d5bcb470 add repository property 2018-03-04 18:52:45 +01:00
TomasVotruba
a04b634748 add Doctrine stubs 2018-03-04 15:21:53 +01:00
TomasVotruba
6df98168c0 CommandToConstructorInjection - apply on Command as well 2018-03-03 20:36:23 +01:00
TomasVotruba
3b22a89ff4 add Controller stub 2018-03-03 14:57:52 +01:00
TomasVotruba
67ae727782 use Options constant over string 2018-03-03 14:57:46 +01:00
TomasVotruba
f9d8c34227 add Controller stub 2018-03-03 14:57:31 +01:00
TomasVotruba
eff071cb8b make RectorInterface extend NodeVisitor 2018-02-25 16:58:23 +01:00
TomasVotruba
3579888612 allow RectorProvider to add multiple Rectors 2018-02-25 12:29:34 +01:00
TomasVotruba
f178e3c4aa cleanup CompilerPass 2018-02-24 22:50:42 +01:00
TomasVotruba
33996dca08 drop expression-language need 2018-02-24 22:45:12 +01:00
TomasVotruba
3d0ba8b2e0 BuilderRectorTest - normalize 2018-02-24 22:25:15 +01:00
TomasVotruba
07dd3f62af drop RectorCollector, merge to RectorNodeTraverser 2018-02-24 22:24:57 +01:00
TomasVotruba
9619a6426d moving to config-based testing 2018-02-24 14:42:49 +01:00
TomasVotruba
695876d6c1 [cs] add BreakArrayListFixer 2018-02-24 12:49:56 +01:00
TomasVotruba
2920edcdff fix phpstan 2018-02-24 12:35:24 +01:00
TomasVotruba
04e8ba5803 use stubs to remove dependency on unused nette/application package 2018-02-24 12:32:39 +01:00
TomasVotruba
4d8a6d3272 move test under RectorBuilder package 2018-02-24 12:00:52 +01:00
TomasVotruba
eb66eea0b2 fix cs 2018-02-24 11:33:11 +01:00
TomasVotruba
e6b11fbb12 rename CaseRector to BuilderRector 2018-02-24 11:32:54 +01:00
TomasVotruba
7b019d47b6 working prototype 2018-02-24 11:31:19 +01:00
TomasVotruba
fd04d89c95 fix cs 2018-02-24 11:01:45 +01:00
TomasVotruba
7c109a0749 move build methods to from Builder to Rector 2018-02-24 11:01:33 +01:00
TomasVotruba
c9435ee9a2 CompilerPass: use native API 2018-02-24 10:45:18 +01:00
TomasVotruba
628f4339bf CaseRectorBuilder - add autowired setters as well 2018-02-24 00:34:27 +01:00
TomasVotruba
76d52f8838 fix Rector loading to RectorNodeTraverser 2018-02-24 00:34:14 +01:00
TomasVotruba
51b516b5d7 move CaseRector creating to CaseRectorBuilder 2018-02-23 23:34:53 +01:00
TomasVotruba
81154076cd register CaseRector as service to be cloned 2018-02-23 22:20:45 +01:00
TomasVotruba
d7aa6003bc fix slash escaping on RectorProvidersCompilerPass 2018-02-23 22:20:32 +01:00
TomasVotruba
f6088f4430 fix CaseRector 2018-02-23 22:20:11 +01:00
TomasVotruba
9c2176739b add Symfony\ExpressionLanguage 2018-02-23 20:04:45 +01:00
TomasVotruba
38443547ec add RectorProviderInterface + CompilerPass to load it 2018-02-23 20:00:31 +01:00
TomasVotruba
b6636c8d53 rename to CaseRector, as it managed single specific case 2018-02-23 18:30:18 +01:00
TomasVotruba
5175bbfdc5 BuildRector wip 2018-02-23 18:30:18 +01:00
TomasVotruba
d1396f6c9b init RectorBuidler 2018-02-23 18:30:18 +01:00
TomasVotruba
5b21728770 put Nette/Object back now 2018-02-21 00:22:23 +01:00
TomasVotruba
5aa0efbe90 add Nette/Object stub 2018-02-21 00:20:03 +01:00
TomasVotruba
a663e285de fix cs 2018-02-20 23:30:37 +01:00
TomasVotruba
d645a5a671 fix Nette\Object removal in Nette 2018-02-20 23:26:13 +01:00
TomasVotruba
6d6d99539d remove unused code 2018-02-08 17:33:57 +01:00
TomasVotruba
ae1e812a07 [PHPUnit] add ScenarioToTestAnnotationRector 2018-02-08 17:32:00 +01:00
TomasVotruba
7b61882231 add AnnotationReplacer 2018-02-08 17:20:16 +01:00
TomasVotruba
ba9cb054c7 SmartClassReflector - skip empty class names [closes #309] 2018-02-08 16:14:30 +01:00
TomasVotruba
5dc2762996 use strict StrictUnifiedDiffOutputBuilder 2018-02-07 09:43:12 +01:00
TomasVotruba
7aeb632fb6 Merge branch 'master' into phpunit-7 2018-02-07 09:40:44 +01:00
Gabriel Caruso
ba27a60c98
Fix some misspellings 2018-02-06 07:57:34 -02:00
Gabriel Caruso
709e08dea5 Drop gecko-diff-output-builder in favor of diff v3 for PHPUnit 7 2018-02-05 12:11:23 -02:00
TomasVotruba
93cc5d86c4 remove package, move ConstExprEvaluatorFactory to core 2018-01-27 21:02:01 +01:00