Tomas Votruba
|
8d57420bd6
|
use yieldFilesFromDirectory() in tests instead of explicid fixture naming
|
2019-11-05 18:02:26 +01:00 |
|
Tomas Votruba
|
acfd930f54
|
apply PSR-12
|
2019-10-13 08:09:08 +02:00 |
|
Jonas Elfering
|
f2bf84a9d4
|
Add fixture for phpunit x>y to greaterThan refactoring
Fixes: https://github.com/rectorphp/rector/issues/1726
|
2019-10-04 15:15:11 +02:00 |
|
Tomas Votruba
|
0da741a9a3
|
drop @return type from Iterator in tests
|
2019-09-27 14:40:09 +02:00 |
|
Tomas Votruba
|
2244dad326
|
[tests] add PhpVersionFeature value object + fix public of protected function
|
2019-09-15 16:37:38 +02:00 |
|
Tomas Votruba
|
4c9ecba04c
|
[tests] switch testFiles to data providers
|
2019-09-12 10:18:26 +02:00 |
|
Tomas Votruba
|
80404600aa
|
[PHPUnit] add test case for is_readable [closes #851]
|
2018-12-31 13:09:33 +01:00 |
|
Tomas Votruba
|
2a00f0d51b
|
rename Wrong ns to Fixture in tests
|
2018-12-07 21:51:59 +01:00 |
|
Tomas Votruba
|
837606ab50
|
add assertNot* cases to AssertTrueFalseToSpecificMethodRector
|
2018-12-06 02:30:36 +01:00 |
|
Tomas Votruba
|
ef288d4045
|
[tests] rename test files to fixtures
|
2018-12-06 02:09:02 +01:00 |
|
Tomas Votruba
|
3420edeae3
|
add JoinWrongAndCorrectTestsRector
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
|
2018-12-04 03:10:15 +01:00 |
|
Tomas Votruba
|
7c6a8be85e
|
simlify tests by SimplifyTestsRector
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
|
2018-12-03 22:53:11 +01:00 |
|
Tomas Votruba
|
73466ac247
|
rename test files method to provideFiles()
Signed-off-by: Tomas Votruba <tomas.vot@gmail.com>
|
2018-12-03 20:13:46 +01:00 |
|
Gabriel Caruso
|
3ba2759970
|
[PHPUnit] Convert iterator_count into assertCount
|
2018-11-18 13:19:15 -02:00 |
|
Gabriel Caruso
|
5d304b3aee
|
[PHPUnit] Fix AssertCompareToSpecificMethodRector false positives
When a property, method or variable has one of the names to be
refactored, e.g. `count`, it gets wrong refactored
|
2018-10-21 14:00:00 -03:00 |
|
Tomas Votruba
|
0bed1c2711
|
fix PHPUnit Rectors
|
2018-08-06 12:35:26 +02:00 |
|
Tomas Votruba
|
1202dae5e3
|
move PHPUnit Rectors to own package
|
2018-06-02 13:29:48 +02:00 |
|