27 Commits

Author SHA1 Message Date
Tomas Votruba
83d2219ca7 [TypeDeclaration] Add AddFunctionReturnTypeRector 2019-05-10 14:55:55 +02:00
Tomas Votruba
71f1af830c [tests] Refactor tests to use container just once, if not enforced config 2019-04-29 00:36:52 +02:00
Tomas Votruba
7c9df2cefe rename Attribute to AttributeKey to prevent duplicated names with similar classes in 3rd party project 2019-04-13 14:21:36 +02:00
Tomas Votruba
2edfb75319 make use of createMethodCall() 2019-04-01 13:40:09 +02:00
Tomas Votruba
7a07fe6a70 make use of createStaticCall 2019-04-01 13:40:09 +02:00
Tomas Votruba
3e71d23534 apply code-quality on Rector code 2019-04-01 13:12:26 +02:00
Tomas Votruba
b9fbb3654d apply code-quality level 2019-03-31 14:48:06 +02:00
Tomas Votruba
683a4cd4f3 PhpSpec - add isEqual 2019-03-27 20:19:58 +01:00
Tomas Votruba
5ba1507a72 support isType of scalar 2019-03-27 01:03:25 +01:00
Tomas Votruba
f4fa2c90fc [PhpSpecToPHPUnit] Add no-let method 2019-03-27 00:37:42 +01:00
Tomas Votruba
499ede8741 type to isInstanceOf 2019-03-26 16:02:56 +01:00
Tomas Votruba
f3cd1d38c1 [PhpSpecToPHPUnit] Add support for local mocks 2019-03-26 15:46:01 +01:00
Tomas Votruba
f8010806d6 init TypeNode in VariableInfo 2019-03-24 12:58:37 +01:00
Tomas Votruba
175fb4f09e [PhpSpecToPHPUnit] Add with() method support, add property mock for 2+ usage 2019-03-24 12:06:47 +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
Tomas Votruba
1ba34ed273 correct order of expect() and method itself on mock 2019-03-22 23:11:30 +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
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
Tomas Votruba
f8d5b06b59 Add PhpSpecPromisesToPHPUnitAssertRector, PhpSpecMethodToPHPUnitMethodRectory 2019-03-22 17:18:49 +01:00
Tomáš Votruba
55deff8299
[PhpSpecToPHPUnit] Add PhpSpecMocksToPHPUnitMocksRector (#1245) 2019-03-22 01:03:05 +01:00
Tomas Votruba
fc19e1ea7c phpspec - turn new of mocks to mocks 2019-03-19 10:19:25 +01:00
Tomas Votruba
4442c0d0d9 improve phpspec set with instantiations 2019-03-18 20:12:52 +01:00
Tomas Votruba
cae6f2a760 [NetteTesterToPHPUnit] Add NetteTesterClassToPHPUnitClassRector 2019-03-16 21:29:33 +01:00
Tomas Votruba
4fc9be383d [PhpSpecToPHPUnit] Init new package 2019-03-15 13:42:28 +01:00