1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2020-12-14 23:08:07 -05:00
..
CommandFunctions
Config improve Atomic Types documentation (#4735) 2020-11-29 21:41:36 -05:00
EndToEnd Fix test 2020-11-20 19:07:48 -05:00
FileManipulation handle return flag for a try/catch/finally (#4746) 2020-12-01 12:55:27 -05:00
FileUpdates Fix tests 2020-11-08 11:04:39 -05:00
fixtures Fix windows builds (#4775) 2020-12-04 15:11:14 -05:00
Internal/Provider Fix #4464 - bust cache when Psalm’s version changes, not just composer’s 2020-11-01 09:01:53 -05:00
LanguageServer
Loop Fix test failures 2020-11-25 20:05:09 -05:00
Progress
Template Fix psl inheritance stuff cc @azjezz 2020-12-13 16:58:03 -05:00
Traits
TypeReconciliation Fix #4791 - only generate special has-array-key assertions for unknown key types 2020-12-08 19:45:47 -05:00
AlgebraTest.php Fix overeager inference 2020-11-03 16:44:24 -05:00
AnnotationTest.php Fix int-mask-of expansion 2020-11-02 00:40:36 -05:00
ArgTest.php Fix #4839 - undefined possibly set in by-reference should be treated as such 2020-12-14 16:57:48 -05:00
ArrayAccessTest.php Break out array_key_exists tests 2020-12-02 14:42:16 -05:00
ArrayAssignmentTest.php Support simple list assignment in foreach 2020-12-06 19:14:52 -05:00
ArrayFunctionCallTest.php Break out array_key_exists tests 2020-12-02 14:42:16 -05:00
AssertAnnotationTest.php Check from_docblock property to emit the right issue (#4736) 2020-11-29 21:40:13 -05:00
AssignmentTest.php
AttributeTest.php Fix #4798 - improve conversion from type back to PhpParser node 2020-12-07 14:39:58 -05:00
BadFormatTest.php
BinaryOperationTest.php support shift and bitwise operations in constants (#4740) 2020-11-29 21:43:49 -05:00
CallableTest.php
ClassLoadOrderTest.php Detect redundant cast (#4695) 2020-11-25 12:04:48 -05:00
ClassScopeTest.php
ClassStringTest.php
ClassTest.php Fix tests 2020-11-08 11:04:39 -05:00
CloneTest.php
ClosureTest.php Fix implicit void closure not getting recognised 2020-12-04 13:16:05 -05:00
CodebaseTest.php
ComposerLockTest.php
ConstantTest.php Break out array_key_exists tests 2020-12-02 14:42:16 -05:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php Fix #4537 - use more rigorous inerhitance for return and param types 2020-11-12 13:54:27 -05:00
DocCommentTest.php
DocumentationTest.php Added test to enforce that all supported annotations are documented (#4723) 2020-11-27 21:48:16 -05:00
EnumTest.php
ErrorBaselineTest.php
ExtendsFinalClassTest.php
ExtensionRequirementTest.php
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php Fix #4827 - don’t eradicate double after int check 2020-12-14 23:08:07 -05:00
GeneratorTest.php Fix #4829 – don’t crash when yielding non-existent class 2020-12-11 10:04:28 -05:00
ImmutableAnnotationTest.php
ImplementationRequirementTest.php
IncludeTest.php
InterfaceTest.php Fix implicit void closure not getting recognised 2020-12-04 13:16:05 -05:00
InternalAnnotationTest.php
IssueBufferTest.php
IssueSuppressionTest.php
JsonOutputTest.php
junit.xsd
ListTest.php
MagicMethodAnnotationTest.php
MagicPropertyTest.php
MatchTest.php Fix #4544 - improve handling of get_class in match 2020-11-13 11:55:42 -05:00
MethodCallTest.php Memoize private inferred mutation-free methods (#4832) 2020-12-12 10:26:14 -05:00
MethodMutationTest.php
MethodSignatureTest.php Be smarter when choosing inherited param types 2020-12-10 00:15:37 -05:00
MixinAnnotationTest.php Fix #4837 - bind correct static class when checking mixin types 2020-12-14 22:51:32 -05:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php support shift and bitwise operations in constants (#4740) 2020-11-29 21:43:49 -05:00
Php70Test.php Fix test failures 2020-11-25 20:05:09 -05:00
Php71Test.php
ProjectCheckerTest.php
PropertyTypeTest.php Add test for #4825 2020-12-10 13:51:49 -05:00
PsalmPluginTest.php
PureAnnotationTest.php Tighten up rules arouund when mutation-free methods get memoised 2020-12-08 16:39:06 -05:00
PureCallableTest.php
ReferenceConstraintTest.php
ReportOutputTest.php Add SARIF as report output (#4582) 2020-11-17 13:23:20 -05:00
ReturnTypeTest.php Fix implicit void closure not getting recognised 2020-12-04 13:16:05 -05:00
SelfOutTest.php
StubTest.php Fix #4705 - clear documenting method ids when scanning stubs 2020-12-01 11:23:38 -05:00
SwitchTypeTest.php Fix #4794 - invvalidate dependent types when their variables change 2020-12-06 18:16:22 -05:00
TaintTest.php Taint all when conditional return is used 2020-12-06 11:24:48 -05:00
TestCase.php Add SARIF as report output (#4582) 2020-11-17 13:23:20 -05:00
TestConfig.php
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php
TraceTest.php
TraitTest.php
TryCatchTest.php Make more try vars potentially undefined 2020-12-03 11:44:10 -05:00
TypeAnnotationTest.php Fix #4653 - prevent crash with recursive type in root namespace 2020-11-22 00:26:14 -05:00
TypeCombinationTest.php Don’t erase already-known literal ints 2020-11-21 18:26:13 -05:00
TypeParseTest.php Turn template bound tuples into object 2020-11-27 11:43:30 -05:00
UnusedCodeTest.php
UnusedVariableTest.php Mixed array access should mark vars as used just in case 2020-12-03 13:09:08 -05:00
VariadicTest.php