TomasVotruba
|
3c784bccdb
|
update tests
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
3c54e2d69b
|
fix cs
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
6d0277f06f
|
update tests
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
feedc83bad
|
update tests
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
7c396dedfc
|
misc
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
04da0ec577
|
use own Abstract Test for NodeCallerType tests
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
5d7997fd9e
|
move Abstract Test to specific dir
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
3bbe5e89cf
|
update tests
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
e7f84a3149
|
update tests
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
2656649ddf
|
update tests
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
31030b7139
|
update tests
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
26c5979fa6
|
update tests
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
39e875423d
|
drop unused lazy approach
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
cdee148930
|
[NodeTypeResolver] update README to prefer service
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
adda27b4aa
|
fix cs
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
3eabf207d9
|
fix test class names
|
2017-12-27 13:28:44 +01:00 |
|
TomasVotruba
|
263415a826
|
rename tests to fqn
|
2017-12-27 13:28:44 +01:00 |
|
Tomáš Votruba
|
5823d7a1c1
|
Merge pull request #222 from carusogabriel/use-method-name-changer
[NodeChanger] Use IdentifierRenamer by Rector
|
2017-12-27 13:00:47 +01:00 |
|
Tomáš Votruba
|
6789d95075
|
Merge pull request #238 from carusogabriel/fix-misspeling
[PHPUnit] Misspeling AssertTrueIssetToObjectHasAttributeRector
|
2017-12-27 12:32:30 +01:00 |
|
Tomáš Votruba
|
36967b7f43
|
Merge pull request #239 from carusogabriel/assert-strpos-to-contains
[PHPUnit] Create AssertFalseStrposToContainsRector
|
2017-12-27 12:31:40 +01:00 |
|
Gabriel Caruso
|
6e7094818b
|
Create AssertFalseStrposToContainsRector
|
2017-12-27 02:04:25 -02:00 |
|
Gabriel Caruso
|
222c5bfff1
|
[PHPUnit] Misspeling AssertTrueIssetToObjectHasAttributeRector
|
2017-12-27 01:10:45 -02:00 |
|
Gabriel Caruso
|
057d3a7119
|
Use pseudo-constant ::class
|
2017-12-26 22:39:42 -02:00 |
|
Gabriel Caruso
|
a2f087965d
|
One less rule for PHPStan 🎉
|
2017-12-26 22:39:42 -02:00 |
|
Gabriel Caruso
|
2e1ae857b7
|
Fixes from CS
|
2017-12-26 22:39:42 -02:00 |
|
Gabriel Caruso
|
eb7f4dd1e8
|
Create IdentifierRenamer to avoid multiple NameChanger with similar code
|
2017-12-26 22:39:42 -02:00 |
|
Gabriel Caruso
|
6c83576aca
|
Use MethodNameChanger in AssertCompareToSpecificMethodRector
|
2017-12-26 22:39:42 -02:00 |
|
Gabriel Caruso
|
186c3c2006
|
Use MethodNameChanger in AssertComparisonToSpecificMethodRector
|
2017-12-26 22:39:42 -02:00 |
|
Gabriel Caruso
|
2d5e7a12df
|
Use MethodNameChanger in AssertSameBoolNullToSpecificMethodRector
|
2017-12-26 22:39:42 -02:00 |
|
Gabriel Caruso
|
4d8374ebd0
|
Use MethodNameChanger in AssertTrueFalseToSpecificMethodRector
|
2017-12-26 22:39:42 -02:00 |
|
Gabriel Caruso
|
b0800e4205
|
Check instance to use the correct nameChanger
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
8143791e08
|
Fix from CS
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
f943d93db4
|
Create StaticCallNameChanger and use
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
6d7b81f089
|
Create ClassConstFetchNameChanger and use
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
42e25a7f55
|
Create and use PropertyNameChanger
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
2c90632b6e
|
Strict type-hinting to MethodCall in MethodNameChanger
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
d5594c93ef
|
Fixes from CS
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
851655443a
|
Remove unecessary extra method
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
e7c1d38cef
|
Use renameNodeWithMap when necessary
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
803bf51c68
|
Decouple renameNode into renameNodeWithMap
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
3b96ad67ce
|
Fixes for PHPStan
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
1ce4684dd1
|
Fix maximum limit of characters per line
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
2217991c85
|
Fix $MethodNameChanger to $methodNameChanger
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
fe2ac7d95d
|
Remove unused PhpParser\Node\Identifier
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
ed46c3c937
|
Use MethodNameChanger in ToStringToMethodCallRector
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
40a7fb1e35
|
Use MethodNameChanger in PropertyNameReplacerRector
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
2929cdb67f
|
Use MethodNameChanger in MethodNameReplacerRector
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
3893d6618a
|
Use MethodNameChanger in ClassConstantReplacerRector
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
54ca59f59f
|
Use MethodNameChanger in GetMockRector
|
2017-12-26 22:39:41 -02:00 |
|
Gabriel Caruso
|
344244ebd7
|
Use MethodNameChanger in SetLineRector
|
2017-12-26 22:39:41 -02:00 |
|