1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/tests/TypeReconciliation
2024-01-29 22:43:05 +01:00
..
ArrayKeyExistsTest.php key_exists() is an alias for array_key_exists() 2024-01-27 13:41:43 +01:00
AssignmentInConditionalTest.php fix bugs in tests 2024-01-15 10:11:22 +01:00
ConditionalTest.php fix mixed test not actually checking mixed (since superglobals have a more specific type now) 2024-01-15 10:11:22 +01:00
EmptyTest.php fix bugs in tests 2024-01-15 10:11:22 +01:00
InArrayTest.php Require trailing commas 2022-12-18 13:20:31 -06:00
IssetTest.php fix bugs in tests 2024-01-15 10:11:22 +01:00
ReconcilerTest.php Fix test by preloading interface 2024-01-29 22:43:05 +01:00
RedundantConditionTest.php fix bugs in tests 2024-01-15 10:11:22 +01:00
ScopeTest.php Correctly process use aliases in @psalm-scope-this 2023-02-24 00:53:36 -04:00
TypeAlgebraTest.php fix bugs in tests 2024-01-15 10:11:22 +01:00
TypeTest.php fix is_object assertions 2023-04-20 14:03:35 +02:00
ValueTest.php remove previously broken test https://github.com/vimeo/psalm/issues/10487 2023-12-13 15:05:48 +01:00