4861 Commits

Author SHA1 Message Date
Tomáš Votruba
44810fb39f
Merge pull request #1254 from rectorphp/order
[PhpSpecToPHPUnit] Fix Exception Order
2019-03-23 14:14:38 +01:00
Tomas Votruba
19b505a752 improve exception handling in PHPSpec migration 2019-03-23 12:02:49 +01:00
Tomas Votruba
1fae638c39 use atLeastOnce 2019-03-22 23:44:02 +01:00
Tomáš Votruba
78a96348d7
Merge pull request #1249 from rectorphp/should-be-expect
correct order of expect() and method itself on mock
2019-03-22 23:12:07 +01:00
Tomas Votruba
1ba34ed273 correct order of expect() and method itself on mock 2019-03-22 23:11:30 +01:00
Tomas Votruba
abd3ffbd64 add no-modifier check on VisibilityManipulator 2019-03-22 22:20:35 +01:00
Tomas Votruba
48c69e4976 change new let to setUp 2019-03-22 22:01:19 +01:00
Tomas Votruba
a1f9b1575c fix creating own let method 2019-03-22 21:50:11 +01:00
Tomáš Votruba
79a107d1fc
Merge pull request #1247 from rectorphp/let-go
add PHPUnit void type check
2019-03-22 21:43:19 +01:00
Tomas Votruba
6739fe768b skip for phpunit run 2019-03-22 21:33:44 +01:00
Tomas Votruba
5de72390b4 add PHPUnit void type check 2019-03-22 21:31:31 +01:00
Tomáš Votruba
4d9e7b247a
Merge pull request #1246 from rectorphp/spec-merge
[PhpSpecToPHPUnit] Improve decoupling of set, cover edges
2019-03-22 17:55:24 +01:00
Tomas Votruba
f8d5b06b59 Add PhpSpecPromisesToPHPUnitAssertRector, PhpSpecMethodToPHPUnitMethodRectory 2019-03-22 17:18:49 +01:00
Tomas Votruba
fbc1bfc018 composer: add branch alias 2019-03-22 11:00:46 +01:00
Tomáš Votruba
55deff8299
[PhpSpecToPHPUnit] Add PhpSpecMocksToPHPUnitMocksRector (#1245) 2019-03-22 01:03:05 +01:00
Jacob Dreesen
93dfcf288e Fix some code samples (#1239)
* Fix code sample

* Fix code sample

* Fix code sample

* Fix code sample
2019-03-20 02:48:38 +01:00
Jacob Dreesen
927d4686a6
Fix description of ListEachRector
There's no `foreach()` here.
2019-03-19 23:01:03 +01:00
Shyim
2835c2656d Add ResponseStatusCodeRector, fixes #1229 (#1232)
* Add ResponseStatusCodeRector, fixes #1229

* Fix code-review

* Add config
2019-03-19 11:22:38 +01:00
Tomáš Votruba
de5adc2bb7
Merge pull request #1236 from rectorphp/php-spec-create
phpspec - turn new of mocks to mocks
2019-03-19 10:47:17 +01:00
Tomas Votruba
fc19e1ea7c phpspec - turn new of mocks to mocks 2019-03-19 10:19:25 +01:00
Tomáš Votruba
d28edea210
Merge pull request #1233 from rectorphp/php-spec-fixes
[PhpSpecToPHPUnit] improve phpspec set with instantiations
v0.4.7
2019-03-18 21:11:32 +01:00
Tomas Votruba
4442c0d0d9 improve phpspec set with instantiations 2019-03-18 20:12:52 +01:00
Tomáš Votruba
e250541490
Merge pull request #1228 from rectorphp/twig-prio
Fix Twig set priority disorder
2019-03-18 16:17:57 +01:00
Tomas Votruba
126361c630 update name attribude on its change v0.4.6 2019-03-18 16:05:20 +01:00
Tomas Votruba
877c84fd59 add test for #1225 2019-03-18 15:48:42 +01:00
Tomas Votruba
2ce77be88d dont change node on no doc change v0.4.5 2019-03-18 14:38:04 +01:00
Tomas Votruba
a5089602da cleanup phpstan errors 2019-03-18 12:10:33 +01:00
Tomáš Votruba
e36f9e3746
Merge pull request #1223 from rectorphp/form-nts
[NetteToSymfony] Add Nette Form and Control to Symfony
2019-03-17 13:41:34 +01:00
Tomas Votruba
3b12cc8405 move configs to nette-to-symfony dir 2019-03-17 12:50:43 +01:00
Tomas Votruba
9e2d065d80 [NetteToSymfony] Add NetteControlToSymfonyControllerRector 2019-03-17 12:50:43 +01:00
Tomas Votruba
84ff9c3641 [NetteToSymfony] Add NetteFormToSymfonyFormRector 2019-03-17 12:50:43 +01:00
Tomáš Votruba
610824c1ed
Merge pull request #1221 from rectorphp/tester-to-phpunit
[NetteToSymfony] Nette\Tester to PHPUnit
2019-03-16 23:21:08 +01:00
Tomas Votruba
8a4a39cb79 split NetteAssertToPHPUnitAssertRector 2019-03-16 22:58:24 +01:00
Tomas Votruba
6f1baf9d91 add assert references 2019-03-16 22:53:39 +01:00
Tomas Votruba
32dbfbdb09 add set and RenameTesterTestToPHPUnitToTestFileRector 2019-03-16 22:53:39 +01:00
Tomas Votruba
8153f884d9 update docs 2019-03-16 22:53:39 +01:00
Tomas Votruba
cae6f2a760 [NetteTesterToPHPUnit] Add NetteTesterClassToPHPUnitClassRector 2019-03-16 21:29:33 +01:00
Tomas Votruba
8f8778124d [ContributorTools] Make create add autoload if needed [closes #1204] 2019-03-16 17:01:50 +01:00
Tomáš Votruba
a29cf5d467
Merge pull request #1217 from rectorphp/twig-fix
Fix underscore-to-namespace set
2019-03-16 12:15:40 +01:00
Tomas Votruba
2bedcff2a2 remove unused removeTagByNameAndContent() method 2019-03-16 12:03:54 +01:00
Tomas Votruba
0834d7bbcf improve RenameMethodCallRectorTest 2019-03-16 12:00:31 +01:00
Tomas Votruba
cce3bc22bd fix PseudoNamespaceToNamespaceRector for docblocks 2019-03-16 01:26:35 +01:00
Tomas Votruba
4f5c7e7b80 merge PhpDocModifier and DocBlockManipulator to latter one 2019-03-16 01:26:35 +01:00
Tomas Votruba
410be293fa add DocBlockManipulator to PseudoNamespaceToNamespaceRector 2019-03-16 01:26:35 +01:00
Tomas Votruba
3aad57ab4e add function to RenameClass 2019-03-16 01:26:35 +01:00
Tomas Votruba
30ff426020 fix RenameClassRector for property 2019-03-16 01:26:35 +01:00
Tomas Votruba
6b58c4b1ca make twig-related doc test fail 2019-03-16 01:26:35 +01:00
Tomas Votruba
4970742374 fix code sample 2019-03-16 01:26:35 +01:00
Tomáš Votruba
8122cbcc64
Merge pull request #1218 from shyim/fix-logging
Fix logging in phar
2019-03-15 22:57:38 +01:00
Soner Sayakci
48202c509c Fix logging in phar 2019-03-15 23:11:55 +01:00