1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests/TypeReconciliation
Bruce Weirdan d19aad7db1
Display target PHP version
Historically it was often not quite clear to users what PHP version
Psalm assumes, and why. This PR addresses this issue by printing the
version and where we got it from right before scanning the files.
2021-11-27 02:18:09 +02:00
..
ArrayKeyExistsTest.php Allow variable keys with array_key_exists (#5606) 2021-04-09 11:29:45 -04:00
AssignmentInConditionalTest.php fix tests 2021-09-04 14:17:55 +02:00
ConditionalTest.php SimpleXMLIterator is not always truthy 2021-11-12 13:49:31 +01:00
EmptyTest.php Fix #5784 - only real-asserted variables from context knowledge 2021-05-17 15:11:27 -05:00
InArrayTest.php Use different in-array-* check for non-literals 2021-09-06 21:48:08 -04:00
IssetTest.php Improve error message for #5489 2021-04-25 16:02:00 -04:00
ReconcilerTest.php refactor: expand test cases and optimize handling of invalid class-constant references 2021-11-15 17:56:39 +01:00
RedundantConditionTest.php fix counting array properties when some are Never 2021-11-22 21:13:25 +01:00
ScopeTest.php add and fix tests 2021-10-02 10:01:05 +02:00
TypeAlgebraTest.php Don't remove a type because they have a common parent 2021-10-26 22:54:55 +02:00
TypeTest.php more precise test 2021-09-23 21:24:17 +02:00
ValueTest.php Display target PHP version 2021-11-27 02:18:09 +02:00