rector/packages-tests
Tomas Votruba 6cdfebe40c
[Windows] Add platform agnostic asserts (#461)
* introduce PlatformAgnosticAssertions which handle cross platform issues

* Update packages-tests/FileFormatter/ValueObject/NewLineTest.php

* apply PlatformAgnosticAssertions on MoveValueObjectsToValueObjectDirectoryRectorTest

* use PlatformAgnosticAssertions in AbstractTestCase

* Github Actions: run tests on windows-latest and ubuntu-latest

* added PlatformAgnosticAssertions::assertStringEqualsFile()

* Ensure tests manually tear down props (#1)

* check for windows or linux line ending. \n is contained in both.

* support assertFileEquals() normalizing

* add OS to name, to separate

* fixed windows compat in VendorLocationDetector

* ParentClassMethodTypeOverrideGuard: fixed windows-compat

* ClassMethodParamVendorLockResolver: windows compat

* Docs

* Update PlatformAgnosticAssertions.php

* Delete tests.yaml

* Create tests.yaml

Co-authored-by: Markus Staab <m.staab@complex-it.de>
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
Co-authored-by: Markus Staab <markus.staab@redaxo.de>
Co-authored-by: Dan <dpock32509@gmail.com>
2021-08-16 07:08:51 +00:00
..
BetterPhpDocParser [FileProcessor] Run untill the file is fixed completelly (#432) 2021-07-14 20:51:35 +02:00
Caching Added MemoryCacheStorage and use it in ChangedFilesDetectorTest (#525) 2021-07-28 08:53:49 +02:00
ChangesReporting/Annotation [PHP 7.4] Use typed properties in tests (#20) 2021-05-11 19:27:47 +02:00
Comments/CommentRemover [PHP 7.4] Use typed properties in tests (#20) 2021-05-11 19:27:47 +02:00
FileFormatter [Windows] Add platform agnostic asserts (#461) 2021-08-16 07:08:51 +00:00
NodeTypeResolver [PHP 8.0] Fix DowngradeNamedArgumentRector named arguments (#373) 2021-07-04 15:05:10 +02:00
PhpAttribute/Printer PHPStan updated and static fixes (#192) 2021-06-10 10:33:49 +00:00
PHPStanStaticTypeMapper/TypeMapper [PHP 8.0] Fix DowngradeNamedArgumentRector named arguments (#373) 2021-07-04 15:05:10 +02:00
StaticTypeMapper/PhpDoc [PHP 7.4] Use typed properties in tests (#20) 2021-05-11 19:27:47 +02:00