716 Commits

Author SHA1 Message Date
TomasVotruba
a0fa282d0a MethodArgumentAnalyzer test added 2017-10-17 08:31:25 +02:00
TomasVotruba
fc49c57d4a cleanup 2017-10-17 08:22:43 +02:00
TomasVotruba
83302f4bf7 RectorClassValiadtor test added 2017-10-17 08:16:57 +02:00
TomasVotruba
2eae898447 RectorClassNormalizer test added 2017-10-17 08:11:45 +02:00
Tomáš Votruba
edc53b861e Merge pull request #91 from RectorPHP/tests-coverage-3
improve coverage
2017-10-17 07:56:57 +02:00
TomasVotruba
f1e32d0482 improve coverage 2017-10-17 00:29:11 +02:00
Tomáš Votruba
e9671e6946 Merge pull request #90 from RectorPHP/tests-coverage-2
Tests coverage 2
2017-10-17 00:19:33 +02:00
TomasVotruba
1c4c3dac8e fix cs 2017-10-17 00:03:56 +02:00
TomasVotruba
f0f2f091f3 simplify NodeFactory 2017-10-17 00:02:42 +02:00
TomasVotruba
0c6cac6d37 improve coverage 2017-10-16 23:57:46 +02:00
TomasVotruba
41d3d83723 improve coverage 2017-10-16 23:08:27 +02:00
Tomáš Votruba
5b2d0e7bc6 Merge pull request #89 from RectorPHP/tests-coverage
Tests coverage
2017-10-16 23:05:13 +02:00
TomasVotruba
47974b9472 improve coverage 2017-10-16 22:48:43 +02:00
TomasVotruba
812d9e50ef improve coverage 2017-10-16 22:42:00 +02:00
TomasVotruba
45aa9b0249 [tests] add RectorCollectorTest 2017-10-16 22:29:50 +02:00
TomasVotruba
910a8fe862 make tests pass again 2017-10-16 22:27:19 +02:00
TomasVotruba
e36a989417 show error 2017-10-16 22:17:04 +02:00
TomasVotruba
ff70da525e cleanup 2017-10-16 22:16:44 +02:00
TomasVotruba
0b5126c4b9 add PseudonamespaceToNamespaceRector to README 2017-10-16 22:06:59 +02:00
Tomáš Votruba
fba26692b8 Merge pull request #88 from RectorPHP/rector-underscore-to-slash-namespaces
[Rector] underscore to slash namespaces
2017-10-16 21:57:31 +02:00
TomasVotruba
9c58ad3785 typo and space 2017-10-16 21:56:39 +02:00
TomasVotruba
ed6ef59e70 fix 2017-10-16 21:33:41 +02:00
TomasVotruba
16db3dbc04 fix 2017-10-16 21:28:07 +02:00
TomasVotruba
4d879e42f0 update to recent nikic/php-parser; helps with formatting 2017-10-16 21:25:56 +02:00
TomasVotruba
3f5daa93bb phpunit: simplify class renames 2017-10-16 21:13:27 +02:00
TomasVotruba
56bfd53788 add expected file 2017-10-16 20:05:33 +02:00
TomasVotruba
c78cf24465 move Namespace node creating to NodeFactory 2017-10-16 20:00:54 +02:00
TomasVotruba
cc8a5aec00 make it work again 2017-10-16 19:58:22 +02:00
TomasVotruba
3484239b2c class rename wip 2017-10-16 19:56:33 +02:00
TomasVotruba
382a4c3e3e add partialing namespace 2017-10-16 19:06:12 +02:00
TomasVotruba
a6e3d7eaaf fix cs 2017-10-16 18:43:40 +02:00
TomasVotruba
3090be19f1 typos 2017-10-16 18:42:45 +02:00
TomasVotruba
c0f9c99454 add partial use statement 2017-10-16 18:36:38 +02:00
TomasVotruba
bf81be715a improve test 2017-10-16 18:34:56 +02:00
TomasVotruba
14cab79628 PseudoNamespaceRector init 2017-10-16 18:15:55 +02:00
TomasVotruba
ce8e059e44 [BetterReflection] add README 2017-10-16 18:03:11 +02:00
TomasVotruba
d835ad382f move NodeFactory under Node namespace 2017-10-16 18:00:19 +02:00
TomasVotruba
a732eaed24 decoupling, comments 2017-10-16 17:59:21 +02:00
TomasVotruba
fb6533f51a move NameResolver to PropertyNaming 2017-10-16 17:51:40 +02:00
Tomáš Votruba
ee6e8ec1f6 Merge pull request #87 from RectorPHP/docs-tests
Docs tests and ServiceTypeForNameProviderInterface
2017-10-15 11:57:11 +02:00
TomasVotruba
6c4cd9eb99 complete docs 2017-10-15 11:28:13 +02:00
TomasVotruba
0b86554364 migrate to ServiceNameToTypeProvider that better maches use case 2017-10-15 11:27:34 +02:00
Tomáš Votruba
4157855177 Merge pull request #86 from RectorPHP/rector-argument
[Nette] GetServiceToConstructorInjectionRector added
2017-10-15 11:13:37 +02:00
TomasVotruba
b749d3f5e1 abstract tests cleanup 2017-10-15 11:12:38 +02:00
TomasVotruba
ffc049f226 [docs] add ServiceNameToType provider 2017-10-15 11:07:53 +02:00
TomasVotruba
0e375e713b make it work 2017-10-14 23:59:28 +02:00
TomasVotruba
3a77d0e556 prevent some undefined index errors 2017-10-14 23:48:47 +02:00
TomasVotruba
d9c09cc2e4 simplify Dynamic tests 2017-10-14 23:38:11 +02:00
TomasVotruba
d8795a68ac [Nette] GetServiceToConstructorInjectionRector init 2017-10-14 23:30:05 +02:00
Tomáš Votruba
dbe8ad5c76 Merge pull request #85 from RectorPHP/rector-argument
Dynamic ArgumentRector added
2017-10-14 23:08:55 +02:00