1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2020-07-01 10:10:55 -04:00
..
command_functions
Config Improve handling of array_map, faking out calls where nececssary 2020-06-25 13:05:34 -04:00
EndToEnd
FileManipulation
FileUpdates
fixtures
Internal/Provider Add more mocking to tests 2020-06-06 16:57:25 -04:00
LanguageServer
Loop
Progress
Template Fix #3603 - better typed value comparisons for loose equality 2020-06-18 09:31:38 -04:00
Traits
TypeReconciliation Fix tests 2020-06-25 01:33:02 -04:00
AlgebraTest.php
AnnotationTest.php
ArgTest.php Fix tests 2020-06-11 12:19:34 -04:00
ArrayAccessTest.php Fix #3668 - taint property types for magic properties without @property 2020-06-25 00:24:37 -04:00
ArrayAssignmentTest.php
ArrayFunctionCallTest.php
AssertAnnotationTest.php Allow lists to have their types refined 2020-06-18 10:01:16 -04:00
AssignmentTest.php
BadFormatTest.php
BinaryOperationTest.php
CallableTest.php Fix #3567 - remember which variables a callable sets byref in use 2020-06-14 11:58:50 -04:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassStringTest.php Fix #3609 - interpret strings as regular static calls 2020-06-18 11:56:08 -04:00
ClassTest.php
CloneTest.php Fix #3719 - prevent crash when cloning missing class 2020-07-01 10:10:55 -04:00
ClosureTest.php
CodebaseTest.php
ComposerLockTest.php
ConstantTest.php Infer better types for magic constants used in const initializers (#3602) 2020-06-18 09:48:51 -04:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php
DocCommentTest.php
DocumentationTest.php Drop missing issues from XSD schema (#3657) 2020-06-23 16:56:39 -04:00
EnumTest.php
ErrorBaselineTest.php
ExtendsFinalClassTest.php Extending final class is prohibited #3037 (#3576) 2020-06-13 00:29:59 -04:00
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php Fix handling of coerced callmap args 2020-06-24 11:51:31 -04:00
GeneratorTest.php
ImmutableAnnotationTest.php Fix reconciliation of template param to literal string 2020-06-11 11:58:31 -04:00
IncludeTest.php Get type of requires 2020-06-13 15:48:12 -04:00
InterfaceTest.php
InternalAnnotationTest.php Treat methods of internal or psalm internal classes as internal (#3698) 2020-06-28 13:15:54 -04:00
IssueBufferTest.php
IssueSuppressionTest.php
JsonOutputTest.php
junit.xsd
ListTest.php
MagicMethodAnnotationTest.php Fix #3721 - prevent crash on empty @method 2020-07-01 09:00:33 -04:00
MagicPropertyTest.php Fix #3624 - inherit magic property annotations from traits 2020-06-20 16:53:17 -04:00
MethodCallTest.php Fix #3694 - allow two args for PDO::query 2020-06-26 18:26:06 -04:00
MethodMutationTest.php
MethodSignatureTest.php
MixinAnnotationTest.php Allow static method mixin to invoke instance method 2020-06-20 18:05:35 -04:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php
Php70Test.php
Php71Test.php
ProjectCheckerTest.php Add more mocking to tests 2020-06-06 16:57:25 -04:00
PropertyTypeTest.php Fix #3642 - detect missing property when name matches 2020-06-23 13:12:46 -04:00
PsalmInternalAnnotationTest.php Treat methods of internal or psalm internal classes as internal (#3698) 2020-06-28 13:15:54 -04:00
PsalmPluginTest.php
PureAnnotationTest.php Fix #3551 - count method can be impure 2020-06-14 11:06:53 -04:00
ReferenceConstraintTest.php Allow updating array by reference 2020-06-15 14:45:08 -04:00
ReportOutputTest.php Fix #3676 - add multiline output for TaintedInput issues 2020-06-30 13:17:51 -04:00
ReturnTypeTest.php
StubTest.php Fix reset call 2020-06-21 13:03:55 -04:00
SwitchTypeTest.php Improve performance of long switch checks 2020-06-15 16:23:19 -04:00
TaintTest.php Skip taint tests in Windows 2020-07-01 09:49:52 -04:00
TestCase.php
TestConfig.php
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php Only cast in echo when tracking taints 2020-06-29 15:06:11 -04:00
TraceTest.php
TraitTest.php
TryCatchTest.php
TypeAnnotationTest.php Fix #3532 - expand type alias types recursively 2020-06-07 12:01:04 -04:00
TypeCombinationTest.php
TypeParseTest.php Fix #3716 - prevent crash for Foo|? return type 2020-06-29 17:52:55 -04:00
UnusedCodeTest.php Fix #3607 - constant string class reference with leading backslash (#3612) 2020-06-19 18:02:39 -04:00
UnusedVariableTest.php
VariadicTest.php