-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run PHPStan for the test suite (#1329)
* Run PHPStan with baseline for tests * Add new commands * Run PHPStan for tests in PRs * Double-dash seems to be commited by mistake * Run static analysis of tests in parallel with the other actions * Update baseline after latest changes in main branch * Generate baseline using the same php version that the Github action runs on * Unify PHPStan for source and PHPStan for test suite * Double dash tells composer to pass arguments to script * Remove old config files * ElasticSearch Adapter tests require the library itself * Fix FakeExtractor * Fix ScalarFunctionTransformerTest * Fix MetadataTest * Fix UuidEntryTest * Fix LimitOptimizationTest * Fix BatchSizeOptimizationTest * Fix BatchSizeOptimizationTest * Fix TypeDetectorTest * Fix XPathTest * Fix TypeDetectorTest * Fix DOMElementValueTest * Fix DOMElementAttributesCountTest * Fix DOMElementAttributeValueTest * Fix CasterTest * Fix AnalyzeTest * Fix FlowIntegrationTestCase * Fix Example * Fix TypedOptionTest * Fix FlowStreamedResponseTest * Fix AzureBlobServiceTestCase * Fix AzureBlobFilesystemTest * Fix AzureBlobDestinationStreamTest * Fix AsyncAWSS3FilesystemTest * Fix AsyncAWSS3FilesystemTest * Fix AzureBlobDestinationStreamTest * Fix AsyncAWSS3DestinationStreamTest * Fix AsyncAWSS3DestinationStreamTest * Fix PHPValueNormalizerTest * Fix ParquetTest * Fix ParquetExtractorTest * Fix InsertQueryCounter * Remove baseline import * Include vendor autoload * All errors have been fixed * Baseline command is unused * Fix style issues
- Loading branch information
1 parent
e67c3f4
commit 2bb79f5
Showing
27 changed files
with
137 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.