Kuba Werłos
|
008b8248ed
chore: tests documentation classes (#7855)
|
1 year ago |
Kuba Werłos
|
e1b66dd775
chore: add missing tests for non-documentation classes (#7848)
|
1 year ago |
Kuba Werłos
|
0edbfb9762
fix: `ExecutorWithoutErrorHandler` - remove invalid PHP 7.4 type (#7845)
|
1 year ago |
Michael Voříšek
|
156192db33
fix: `function_to_constant` `get_class()` replacement (#7770)
|
1 year ago |
Michael Voříšek
|
6d57705c33
DX: fix deprecation tests warnings for PHP 7.4 (#7725)
|
1 year ago |
Dariusz Rumiński
|
27ad94d342
test: ensure we do not forget to test any short_open_tag test (#7638)
|
1 year ago |
Dariusz Rumiński
|
3566e7c926
chore: handle extract() (#7684)
|
1 year ago |
Dariusz Rumiński
|
6889dab6b2
chore: ProjectCodeTests - dry for function usage extractions (#7690)
|
1 year ago |
Greg Korba
|
adaea49564
feat: Enable symbol importing in `@PhpCsFixer` ruleset (#7629)
|
1 year ago |
Dariusz Rumiński
|
8976174788
chore: Preg - rework catching the error (#7616)
|
1 year ago |
Dariusz Rumiński
|
d49b02da5a
test: check to have DataProviders code agnostic of PHP version (#7575)
|
1 year ago |
Dariusz Rumiński
|
b09005efba
chore: ProjectCodeTest - prepare for symfony/console v7 (#7605)
|
1 year ago |
Kuba Werłos
|
ff9b6f458d
chore: unify tests not agnostic of PHP version (#7581)
|
1 year ago |
Kuba Werłos
|
4a944844d3
DX: fix checking test class extends `PhpCsFixer\Tests\TestCase` (#7567)
|
1 year ago |
Dariusz Rumiński
|
290962afd4
chore: ProjectCodeTest::provide*ClassCases to return iterable with key for better tests execution log (#7572)
|
1 year ago |
Dariusz Rumiński
|
2c0413f73d
chore: ProjectCodeTest - DRY on Tokens creation (#7574)
|
1 year ago |
Dariusz Rumiński
|
21b7e2c6db
chore: ProjectCodeTest::testDataProvidersDeclaredReturnType - use better DataProvider to simplify test logic (#7573)
|
1 year ago |
Dariusz Rumiński
|
1dc9c052c0
chore: use ::class more (#7545)
|
1 year ago |
Dariusz Rumiński
|
095443e1a8
test: AutoReview - unify data provider returns (#7544)
|
1 year ago |
Kuba Werłos
|
f87756dca9
DX: remove Prophecy (#7509)
|
1 year ago |
Dariusz Rumiński
|
203258a1ba
docs: drop list.rst and code behind it (#7436)
|
1 year ago |
Dariusz Rumiński
|
8707df54f0
chore: stop using `phpunitgoodpractices/traits` (#7363)
|
1 year ago |
Greg Korba
|
e718e08db2
test: Introduce common way of creating fake Composer project in `InstallViaComposerTest` (#7265)
|
1 year ago |
Kuba Werłos
|
7fba378642
feat: Remove Doctrine dependencies (#7263)
|
1 year ago |
Dariusz Rumiński
|
e042f44208
minor: more arrow function usage (#7223)
|
1 year ago |
Kuba Werłos
|
287c45b0f4
DX: enable `UseArrowFunctionsFixer` for the codebase (#7194)
|
1 year ago |
Dariusz Rumiński
|
6654d0c8cd
feature: Introduce `PhpUnitDataProviderReturnTypeFixer` (#7156)
|
1 year ago |
Kuba Werłos
|
e25cee6a00
DX: use booleans in conditions (#7149)
|
1 year ago |
Kuba Werłos
|
2cb7735870
DX: unify Preg:match in logical conditions (#7146)
|
1 year ago |
Greg Korba
|
bc9d96f139
DX: Progress output refactor (#6848)
|
1 year ago |
Kuba Werłos
|
b5d8d917ea
DX: make data providers return type "iterable" (#7072)
|
1 year ago |
Kuba Werłos
|
617aabaf6c
DX: rename data providers (#7058)
|
1 year ago |
Greg Korba
|
3a8e4609ca
DX: PHPStan improvements (#6868)
|
1 year ago |
Greg Korba
|
7995c50100
DX: Include self_static_accessor fixer in PhpCsFixer set (#6882)
|
1 year ago |
Kuba Werłos
|
a313f17346
DX: make data providers static with straight-forward changes (#6907)
|
1 year ago |
Julien Falque
|
fe67769bef
bug: PhpdocSeparationFixer - Make groups handling more flexible (#6668)
|
2 years ago |
Kuba Werłos
|
a2bdba33dd
Make static data providers that are not using dynamic calls (#6696)
|
2 years ago |
Jeremiasz Major
|
4d5472ca2c
DX: Specify value type in iterables in tests (#6594)
|
2 years ago |
Jakub Kwaśniewski
|
a7ed665307
feature: Introduce configurability to PhpdocSeparationFixer (#6501)
|
2 years ago |
Jeremiasz Major
|
1b20b89dcd
feature: Introduce PER set (#6545)
|
2 years ago |
SpacePossum
|
73546a8406
DX: Assert dataproviders of tests of project itself return "array" or "iterable". (#6524)
|
2 years ago |
Julien Falque
|
40716fc8c2
DX: Fix PHPStan errors (#6504)
|
2 years ago |
Julien Falque
|
8bb4bb2344
DX: Increase PHPStan level to 6 (#6468)
|
2 years ago |
Julien Falque
|
d80c870125
minor: Update PHPStan (#6467)
|
2 years ago |
SpacePossum
|
c17e8422ec
DX: cleanup test (#6410)
|
2 years ago |
SpacePossum
|
a855d14dc5
DX: Fix CI/CD issues (#6411)
|
2 years ago |
Julien Falque
|
f65b48e75c
Extract StatementIndentationFixer from BracesFixer
|
3 years ago |
SpacePossum
|
2b03444c6a
Use expectNotToPerformAssertions where applicable
|
3 years ago |
SpacePossum
|
923af7bc30
clean ups
|
3 years ago |
SpacePossum
|
9d704a3c00
Documentation generation split up and add list.
|
3 years ago |