1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests/fixtures
Bruce Weirdan 9027bc6190 Added SuicidalAutoloader test (#2399)
The idea behind this is that Psalm should not use project autoloader for
its own things. So if we have a project with autoloader and no code,
then any project autoloader hit means Psalm failed to load something
itself.

Right now it highlights several issues in CoreGenericClasses stub:
- usage of `callback` instead of `callable`
- `@property-read` not resolving template parameters
2019-11-30 00:09:07 -05:00
..
config_discovery/files_in_lib Fix #1551 - do better at inferring class constant types 2019-09-14 14:26:31 -04:00
DummyProject Fix #2228 - load functions defined on traits included in a class 2019-10-15 12:09:08 -04:00
DummyProjectWithErrors Apply PHPCS fixes 2019-07-05 16:27:53 -04:00
performance Apply PHPCS fixes 2019-07-05 16:27:53 -04:00
stubs Fix #1935 - clear stub grandchildren 2019-07-11 18:23:02 -04:00
SuicidalAutoloader Added SuicidalAutoloader test (#2399) 2019-11-30 00:09:07 -05:00
symlinktest