2308 Commits

Author SHA1 Message Date
Tomas Votruba
b30efb1017 README: improve conflicts section 2018-04-02 12:13:54 +02:00
Tomáš Votruba
d8001ad060
Merge pull request #397 from rectorphp/symplify-4
Bump to Symplify 4-beta
2018-04-02 12:09:35 +02:00
Tomas Votruba
ea0481580b update bin/rector to Symplify 4 2018-04-02 11:59:21 +02:00
Tomas Votruba
350511f625 make test skipping narrower 2018-04-02 11:59:21 +02:00
Tomas Votruba
c7848b18dd make test skipping narrower 2018-04-02 11:59:21 +02:00
Tomas Votruba
0332021843 improve stub to fix other test cases 2018-04-02 11:59:21 +02:00
Tomas Votruba
47a7898dfb fix GetAndSetToMethodCallRectorTest by using stub 2018-04-02 11:59:21 +02:00
Tomas Votruba
c0ade0f01c [BetterReflection] add missing service 2018-04-02 11:59:21 +02:00
Tomas Votruba
9a676960b3 use DefinitionCollector as non-static class 2018-04-02 11:59:21 +02:00
Tomas Votruba
0abb1043bc ecs: allow static for now 2018-04-02 11:59:21 +02:00
Tomas Votruba
be99dccaec [cs] appyl line-lenght fixer 2018-04-02 11:59:21 +02:00
Tomas Votruba
e15cbbf58d bump to ECS 4 2018-04-02 11:59:21 +02:00
Tomáš Votruba
534e688fba
Merge pull request #392 from rectorphp/php-parser-v401
Use BuilderFactory new methods
2018-04-02 11:13:12 +02:00
Tomáš Votruba
76d6575029
Merge branch 'master' into php-parser-v401 2018-04-02 11:11:07 +02:00
Tomáš Votruba
0c835da0cf
Merge pull request #330 from rectorphp/php-parser-v4
Update to PHP-Parser v4
2018-04-02 11:10:34 +02:00
Tomáš Votruba
84f3574d3f
Merge branch 'master' into php-parser-v4 2018-04-02 11:07:24 +02:00
Gabriel Caruso
8e2eb41d2f
Require php-parser:^4.0.1 2018-04-02 06:04:50 -03:00
Gabriel Caruso
7337f26b1a
Ignore BuilderFactory PHPStan errors
Looks like BuilderFactory is miss configured
2018-04-02 06:03:06 -03:00
Gabriel Caruso
e161c1da29
Use BuilderFactory new methods 2018-04-02 06:03:05 -03:00
Gabriel Caruso
bb78d043b4
Remove unused method NodeFactory::createFalseConstant 2018-04-02 06:03:05 -03:00
Tomáš Votruba
a503e19e86
Merge pull request #396 from rectorphp/bump-dependencies
Bump rector/better-reflection
2018-04-02 11:01:52 +02:00
Tomáš Votruba
256a070fdd
Merge pull request #395 from rectorphp/fix-tests
Skip more PHP 7.1 or lower tests
2018-04-02 11:01:30 +02:00
Gabriel Caruso
9e3b623ff0
Bump rector/better-reflection 2018-04-01 20:45:25 -03:00
Gabriel Caruso
a18780755c
Skip more PHP 7.1 or lower tests 2018-04-01 20:41:41 -03:00
Tomáš Votruba
c7b5b677b3
Merge pull request #374 from rectorphp/phpunit
[PHPUnit] Safe way to check if a class is a Test class
2018-04-02 00:59:37 +02:00
Tomáš Votruba
2d5dc7db49
Merge pull request #376 from rectorphp/shortcuts
Add shortcuts for levels and config
2018-04-02 00:58:57 +02:00
Gabriel Caruso
0ea360fca0
[Tests] Skip tests that require PHP 7.1 or lower 2018-04-01 19:58:42 -03:00
Tomáš Votruba
69394602d3
Merge pull request #394 from rectorphp/nette-tests
[Tests] Skip tests that require PHP 7.1 or lower
2018-04-02 00:57:08 +02:00
Gabriel Caruso
8e6626925a
[Tests] Skip tests that require PHP 7.1 or lower 2018-04-01 19:55:30 -03:00
Gabriel Caruso
b46d2aa285
Use commit version 2018-04-01 16:44:26 -03:00
Gabriel Caruso
845590d1e2
Use string instead of ::class when looking for TestCase 2018-03-31 17:02:36 -03:00
Gabriel Caruso
c922234715
Inject NodeTypeResolver in AbstractPHPUnitRector class 2018-03-31 17:01:38 -03:00
Gabriel Caruso
2cca204748
Use NodeTypeResolver 2018-03-31 17:01:37 -03:00
Gabriel Caruso
f99be18e2e
Add failing test for extend test classes 2018-03-31 17:01:37 -03:00
Gabriel Caruso
20f0bca837
[PHPUnit] Safe way to check if a class is a Test class 2018-03-31 17:01:37 -03:00
Tomáš Votruba
de119d314b
Merge pull request #391 from rectorphp/coding-standards
Remove dead coding standards rules
2018-03-31 22:00:32 +02:00
Gabriel Caruso
54f7b0fd15
Remove dead coding standards rules 2018-03-31 15:47:53 -03:00
Tomáš Votruba
9f4ca8071a
Merge pull request #381 from rectorphp/phpstan
Several fixes from PHPStan
2018-03-28 15:09:02 +02:00
Gabriel Caruso
91964cfb73
Remove dead rule 2018-03-28 09:16:44 -03:00
Gabriel Caruso
2486201254
Fix void return 2018-03-28 09:13:21 -03:00
Gabriel Caruso
05bc52eac5
Ignore false positive 2018-03-28 09:12:20 -03:00
Gabriel Caruso
32340bf952
Add # description 2018-03-28 09:12:20 -03:00
Gabriel Caruso
0484fc2253
Use MethodCall instead of Node as typehint 2018-03-28 09:12:20 -03:00
Gabriel Caruso
141593b058
Revert ClassLike change 2018-03-28 09:12:20 -03:00
Gabriel Caruso
968f6e45ea
Fix isCandidate annotations 2018-03-28 09:12:20 -03:00
Gabriel Caruso
ba1bb656ea
Several fixes from PHPStan 2018-03-28 09:12:19 -03:00
Tomáš Votruba
867af36a30
Merge pull request #388 from rectorphp/to-lower-string
Use toLowerString method
2018-03-28 14:08:45 +02:00
Gabriel Caruso
52dfd38b8c
Use toLowerString method 2018-03-28 08:55:34 -03:00
Gabriel Caruso
b2e9a57fa6
Fix NodeFactory::createClassConstant comment 2018-03-28 08:10:38 -03:00
Tomáš Votruba
5879fda22a
Merge pull request #379 from rectorphp/assert-instance-of
Make assertInstanceOf Rector smarter
2018-03-28 09:46:18 +02:00