1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/Config
lhchavez ab3016af6e
Fix File-related analysis plugin hooks (#3970)
This change does a few things:

* Renames `BeforeAnalyzeFileInterface` to `BeforeFileAnalysisInterface`.
* Adds a few more parameters to `BeforeFileAnalysisInterface`.
* Since the analysis was never called due to a bug, the above two
  changes are safe to do.
* Fix the above-mentioned bug, and now adds the hooks to the config.
* Update the documentation about the File-related analysis plugin hooks.
* Add a test to ensure that this does not break again in the future.

Fixes: #3969
2020-08-10 10:49:53 -04:00
..
Plugin Fix File-related analysis plugin hooks (#3970) 2020-08-10 10:49:53 -04:00
ConfigFileTest.php Apply PHPCS fixes 2019-07-05 16:27:53 -04:00
ConfigTest.php make meta path optional (#3833) 2020-07-17 10:09:42 -04:00
CreatorTest.php Fix #3193 - no longer add totallyTyped="true" to config 2020-04-19 12:58:42 -04:00
PluginListTest.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
PluginTest.php Fix File-related analysis plugin hooks (#3970) 2020-08-10 10:49:53 -04:00