171 Commits

Author SHA1 Message Date
TomasVotruba
c5d019447e add SpecificMethodCountRector 2017-12-18 01:27:59 +01:00
TomasVotruba
bfa3407414 add assertTrue() and assertFalse() support 2017-12-18 01:22:10 +01:00
TomasVotruba
1817337631 [PHPUnit] SpecificMethodBoolNullRector added 2017-12-18 01:16:36 +01:00
TomasVotruba
14aaf707c9 fix tests 2017-12-10 02:52:46 +01:00
TomasVotruba
a69fcc020f spacing on method adding is fixed 2017-12-02 18:34:55 +01:00
TomasVotruba
3493938a80 Printer: add test to cover space moving 2017-12-01 21:00:29 +01:00
TomasVotruba
111e330728 BetterStandardPrinter: do not preslash slashes 2017-12-01 20:56:06 +01:00
TomasVotruba
ec6b9a68e1 fix annotation space removal 2017-12-01 20:52:52 +01:00
TomasVotruba
1fa76060a8 fix aliases 2017-11-25 01:11:06 +01:00
TomasVotruba
91775f8620 [PHPUnit] apply only to this call 2017-11-24 21:39:37 +01:00
TomasVotruba
705a0480da add missing method to ExceptionAnnotationRector, fix order of methods 2017-11-18 02:29:14 +01:00
TomasVotruba
f0379d99bd update to fixed version 2017-11-13 15:02:39 +01:00
TomasVotruba
7ebfe8f83b fix missing space 2017-11-13 03:33:40 +01:00
TomasVotruba
749cc933e8 better name 2017-11-09 03:11:27 +01:00
TomasVotruba
644f76c0d4 return test 2017-11-09 02:57:37 +01:00
TomasVotruba
a1138364ab [PHPUnit] make tests pass 2017-11-09 02:56:56 +01:00
TomasVotruba
2c22cff952 drop BootstrapToRouterFactoryRector - too many big changes, should handle manually 2017-11-09 01:56:00 +01:00
TomasVotruba
4d1d5b783b temp 2017-11-08 20:35:03 +01:00
TomasVotruba
ad63e7bd8e delegate empty comment cleanup to Coding Style 2017-11-05 17:46:58 +01:00
TomasVotruba
d7e56e025a [PHPUnit] finish ExceptionAnnotationRector 2017-11-05 17:35:51 +01:00
TomasVotruba
3f08549901 [PHPUnit] ExceptionAnnotationRector wip 2017-11-05 13:00:40 +01:00
TomasVotruba
452e6748fa remove comments 2017-11-01 22:37:57 +01:00
TomasVotruba
7455ec6bef PHPUnit] add SpecificMethodRector [closes #115] 2017-10-29 16:09:58 +01:00
TomasVotruba
18bdd50f73 [PHPUnit] add support for _underscore matching 2017-10-29 15:55:51 +01:00
TomasVotruba
9acaccf91d use SmartClassReflector, to get parent classes 2017-10-29 15:35:43 +01:00
TomasVotruba
a7ff99d870 [PHPUnit] add setExpectedExceptionRegExp rector [ref #115] 2017-10-29 15:06:42 +01:00
TomasVotruba
6fd1b419c1 IdentifierRector fixes 2017-10-28 14:23:09 +02:00
TomasVotruba
1a13691cf1 make CloningNodeVistior pass 2017-10-28 14:20:57 +02:00
TomasVotruba
33a8969955 [NodeTypeResolver] fix multitypes for properties, resolve via DocBlockReflection and BetterReflection 2017-10-28 13:46:35 +02:00
TomasVotruba
ea2a918418 [NodeTypeResolver] deal with nested property 2017-10-27 23:27:53 +02:00
TomasVotruba
be26c7ebcd fixing PerNodeTypeResolver for property access 2017-10-27 21:22:48 +02:00
TomasVotruba
200ab47ff0 extend IdentifierRector test 2017-10-27 16:40:28 +02:00
TomasVotruba
0d6abdadaf add IdentifierRector test 2017-10-27 16:26:37 +02:00
TomasVotruba
9d17713908 [NodeTypeResolver] add AssignTypeResolver test, fix MethodReflector 2017-10-26 10:16:29 +02:00
TomasVotruba
d762898cdc property adder fixup 2017-10-26 02:34:32 +02:00
TomasVotruba
9c8da6ecda [NodeTypeResolver] cleanup old test structure 2017-10-24 16:27:29 +02:00
TomasVotruba
d2396be720 [NodeTypeResolver] split test per type 2017-10-23 12:19:46 +02:00
TomasVotruba
87d8799a9e add UseWithAliasRector init 2017-10-23 11:25:39 +02:00
TomasVotruba
1d3285dea9 drop duplicated conversion 2017-10-22 13:38:50 +02:00
TomasVotruba
2150b250e0 add CatchAndClosureUseNameRector 2017-10-22 13:29:59 +02:00
TomasVotruba
c264cc74dc add test for interface as well 2017-10-22 12:07:17 +02:00
TomasVotruba
c88a542482 add RemoveNodeRector 2017-10-22 12:05:56 +02:00
TomasVotruba
8e82b9ca9d add SetLineRector 2017-10-22 01:10:53 +02:00
TomasVotruba
14a156894d fix ParamAndStaticVarNameRector 2017-10-22 00:54:51 +02:00
TomasVotruba
d3a73a566c [PhpParser] IdentifiarRector dummy implementation 2017-10-21 22:47:28 +02:00
TomasVotruba
d757d67c78 improve StringFormTypeToClassRector 2017-10-21 08:42:14 +02:00
TomasVotruba
a232b5af39 [Symfony] extend FormTypeGetParentRector with AbstractTypeExtension 2017-10-21 08:17:11 +02:00
TomasVotruba
75f94ba050 [Symfony] add OptionNameRector 2017-10-20 22:57:36 +02:00
TomasVotruba
d500d445a5 [Symfony] add complete GetRequestRector 2017-10-20 22:42:18 +02:00
TomasVotruba
16828a53a3 add MethodResolver, add FormTypeGetParentRector 2017-10-20 21:00:20 +02:00