1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests/TypeReconciliation
Tom Klingenberg 04b6dfdc5b
Fix PSR-4 deprecation notices on composer install (#3959)
Previously when checking out the repository and installing the source
package via `$ composer install` composer did spill deprecation notices for
four files not complying with the PSR-4 auto-loading standard.

This is a minor issue, composer install works and can be addressed by
fixing name-spaces (all of those three are in tests).

For the one function test, fixing the directory structure / dirname of the
(single) affected function test (fourth file).
2020-08-07 23:22:30 -04:00
..
ConditionalTest.php Fix #3932 - try to get assertions of negated expression if instant negation fails 2020-08-05 16:53:30 -04:00
EmptyTest.php Fix PSR-4 deprecation notices on composer install (#3959) 2020-08-07 23:22:30 -04:00
IssetTest.php Fix PSR-4 deprecation notices on composer install (#3959) 2020-08-07 23:22:30 -04:00
ReconcilerTest.php Refactor type comparison 2020-07-21 19:40:35 -04:00
RedundantConditionTest.php Fix #3934 - prevent unsafe use of new static 2020-08-05 19:39:27 -04:00
ScopeTest.php Fix #2915 - prevent "if (true)" and similar 2020-03-15 22:23:31 -04:00
TypeAlgebraTest.php Fix #3932 - try to get assertions of negated expression if instant negation fails 2020-08-05 16:53:30 -04:00
TypeTest.php Fix #3934 - prevent unsafe use of new static 2020-08-05 19:39:27 -04:00
ValueTest.php Fix PSR-4 deprecation notices on composer install (#3959) 2020-08-07 23:22:30 -04:00