41 Commits

Author SHA1 Message Date
Tomas Votruba
34f8dd5b0f fix config path 2018-07-23 17:30:40 +02:00
Gabriel Caruso
33658e5987
Remove unused import 2018-07-04 00:40:39 -03:00
Tomas Votruba
01652b1f9e add another config test 2018-06-06 11:11:09 +02:00
Tomas Votruba
3c8e4cf735 fix annotation in @covers test 2018-06-06 11:11:09 +02:00
Tomas Votruba
6cbb2fc07e move AnnotatedPropertyInjectToConstructorInjectionRector to general rectors 2018-06-06 11:11:09 +02:00
Tomas Votruba
efe9aab684 move ArrayToYieldDataProvider to PHPUnit group 2018-06-02 16:28:34 +02:00
Tomas Votruba
f680e197ac [PHPUnit] make ArrayToYieldDataProviderRector cover 'dataProvider' name as well 2018-06-02 16:23:43 +02:00
Tomas Votruba
e409490e4d [DoctrineRepositoryAsService] decouple dependency on specific class 2018-05-31 19:47:56 +02:00
Tomas Votruba
1193151295 cleanup, make test fail 2018-05-07 10:32:03 +02:00
Tomas Votruba
90bfbcf1f0 add test case for non-services 2018-05-07 09:46:00 +02:00
Tomas Votruba
9eb120fb24 DefaultServiceTypeForNameProvider - add hasService() method 2018-05-07 09:42:01 +02:00
Tomas Votruba
7a7379c619 ActionInjectionToConstructorInjectionRector - add kernel_class, to verify class exis a service 2018-05-06 22:32:31 +02:00
Tomas Votruba
9b6dc41729 make property adding work 2018-05-05 10:54:37 +01:00
Tomas Votruba
a15c177a73 ActionInjectionToConstructorInjectionRector prototype 2018-05-05 10:33:11 +01:00
Tomas Votruba
96a5b370c6 update empty doc render 2018-05-02 18:33:15 +02:00
Tomas Votruba
c3c5b4da6c remove aliasing support 2018-04-27 11:23:47 +02:00
Tomas Votruba
82c212c1fc merge AbstractRepositoryForDoctrineEntityProvider to DefaultDoctrineEntityAndRepositoryMapper 2018-04-26 23:33:46 +02:00
Tomas Votruba
7b976f2b35 move Abstact brige class to Bridge, not a Contract 2018-04-26 23:33:46 +02:00
Tomas Votruba
cd03b803d6 rename EntityForDoctrineRepositoryProvider* to DoctrineEntityAndRepositoryMapper* 2018-04-26 23:33:46 +02:00
Tomas Votruba
fd3d8451f4 apply ArrayToYieldDataProviderRector on packages as well 2018-04-25 23:53:19 +02:00
Tomas Votruba
ddb0c59668 fix DocBlockAnalyzer for removing annotation on empty doc block [closes #430] 2018-04-25 23:53:05 +02:00
Tomas Votruba
7e82089c97 ArrayToYield Rector edge case 2018-04-25 23:52:59 +02:00
Tomas Votruba
dc3fca8729 apply ArrayToYieldDataProviderRector 2018-04-14 23:43:58 +02:00
Tomas Votruba
136f9ee1f0 ArrayToYieldDataProviderRector - preserve comments 2018-04-14 22:13:38 +02:00
Tomas Votruba
ca66e806a6 fix () in Yield 2018-04-14 20:17:59 +02:00
mssimi
e69b5b8701 move RepositoryForDoctrineProvider logic to abstract class 2018-04-09 16:21:08 +02:00
mssimi
9cb4ea3083 fix cs, clear code, simpler tests 2018-04-09 16:20:48 +02:00
mssimi
e4bf5be8c0 add constructor 2018-04-09 16:20:48 +02:00
mssimi
08f3d86556 fqn alias 2018-04-09 16:20:48 +02:00
mssimi
44e41986a7 service locator to DI class constant 2018-04-09 16:20:48 +02:00
mssimi
e1735f43d4 added failing test 2018-04-09 16:20:47 +02:00
Tomas Votruba
c8412ea8a2 add annotaiton remover 2018-04-02 15:12:49 +02:00
Tomas Votruba
04c4f52ba7 prepare ArrayToYieldDataProviderRector 2018-04-02 14:47:54 +02:00
Gabriel Caruso
94c1cc1f43
Move config/levels to root level 2018-03-19 13:54:31 -03:00
TomasVotruba
5814874bcb config: drop aliases where not needed 2018-03-06 06:52:28 +01:00
TomasVotruba
134fb818be add ReplaceParentRepositoryCallsByRepositoryPropertyRector 2018-03-05 13:34:21 +01:00
TomasVotruba
4c376949e5 add entity by repository reference mechanism 2018-03-05 13:20:32 +01:00
TomasVotruba
98d5bcb470 add repository property 2018-03-04 18:52:45 +01:00
TomasVotruba
d2691516f5 prepare test case 2018-03-04 15:12:55 +01:00
TomasVotruba
0987ec39d3 fix config path 2018-03-04 14:57:49 +01:00
TomasVotruba
fa115e344d init DoctrineRepositoryAsService 2018-03-04 14:56:14 +01:00