1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2020-12-01 11:23:38 -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 Fix test 2020-11-23 13:14:40 -05:00
FileUpdates Fix tests 2020-11-08 11:04:39 -05:00
fixtures Add failing testcase for #4705 2020-12-01 10:26:45 -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 #4731 - expand out class-bound generic types when evaluating instance method 2020-11-29 21:36:50 -05:00
Traits Ensure Stringable is always available to tests that need it 2020-10-29 19:41:10 -04:00
TypeReconciliation Fix #4743 - simplify assertions generated from array_key_exists check 2020-11-30 22:10:17 -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 Allow named arguments to variadic functions (#4575) 2020-11-16 15:49:27 -05:00
ArrayAccessTest.php Fix test failures 2020-11-25 20:05:09 -05:00
ArrayAssignmentTest.php Fix PHPMAXINT offset (#4707) 2020-11-26 09:24:32 -05:00
ArrayFunctionCallTest.php fix array_column with possibly_undefined keys (#4719) 2020-11-27 17:05:54 -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 #4609 - add more attribute rules 2020-11-22 01:15:52 -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 Add descendant variables for closure uses 2020-11-09 15:20:28 -05:00
CodebaseTest.php
ComposerLockTest.php
ConstantTest.php Fix #4479 - use correct keys in message 2020-11-05 10:13:08 -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 return types (#4311) 2020-10-12 15:02:52 -04:00
ExtendsFinalClassTest.php
ExtensionRequirementTest.php Initial proposal for psalm-require-{extends, implements} (#4361) 2020-10-19 15:08:18 -04:00
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php Check from_docblock property to emit the right issue (#4736) 2020-11-29 21:40:13 -05:00
GeneratorTest.php
ImmutableAnnotationTest.php
ImplementationRequirementTest.php Initial proposal for psalm-require-{extends, implements} (#4361) 2020-10-19 15:08:18 -04:00
IncludeTest.php
InterfaceTest.php Fix #4537 - use more rigorous inerhitance for return and param types 2020-11-12 13:54:27 -05:00
InternalAnnotationTest.php
IssueBufferTest.php
IssueSuppressionTest.php
JsonOutputTest.php Fix #4349 - improve types for suggested unions 2020-10-16 17:56:31 -04:00
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 Detect redundant cast (#4695) 2020-11-25 12:04:48 -05:00
MethodMutationTest.php
MethodSignatureTest.php Detect redundant cast (#4695) 2020-11-25 12:04:48 -05:00
MixinAnnotationTest.php
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 RedundantPropertyInitializationCheck (#4732) 2020-11-29 11:57:20 -05:00
PsalmPluginTest.php
PureAnnotationTest.php
PureCallableTest.php
ReferenceConstraintTest.php
ReportOutputTest.php Add SARIF as report output (#4582) 2020-11-17 13:23:20 -05:00
ReturnTypeTest.php Add support for @return never 2020-11-04 12:30:02 -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 #4327 - make sure loop always returns 2020-10-14 20:19:55 -04:00
TaintTest.php Move param taint sink addition after arguuments have been analysed 2020-11-22 19:39:40 -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 Ensure Stringable is always available to tests that need it 2020-10-29 19:41:10 -04:00
TraceTest.php
TraitTest.php Track final-ness of class when evaluating trait returns 2020-10-25 12:20:18 -04:00
TryCatchTest.php Fix #4418 - improve try analysis for mixed, too 2020-10-26 09:05:48 -04: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 Fix #4386 - fix issues with property promotion 2020-10-21 14:41:15 -04:00
UnusedVariableTest.php add annotation @psalm-param-out (#4717) 2020-11-27 17:05:26 -05:00
VariadicTest.php