1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2020-09-10 19:05:47 -04:00
..
CommandFunctions Resolve require_once command_functions.php (#3961) 2020-08-08 17:38:38 -04:00
Config Fix some signatures 2020-09-07 16:00:27 -04:00
EndToEnd Change version test 2020-08-30 12:44:01 -04:00
FileManipulation Clean up immutable fix 2020-09-03 15:32:14 -04:00
FileUpdates Fix #4167 - allow many issues for the same position 2020-09-10 17:41:45 -04:00
fixtures add native param types (#4137) 2020-09-06 19:36:47 -04:00
Internal/Provider add native param types (#4137) 2020-09-06 19:36:47 -04:00
LanguageServer add native return types (#4116) 2020-09-04 16:26:33 -04:00
Loop Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00
Progress
Template Fix tests 2020-09-10 19:05:47 -04:00
Traits Fix windows tests (#4040) 2020-08-22 10:00:36 -04:00
TypeReconciliation Fix tests 2020-09-10 19:05:47 -04:00
AlgebraTest.php Make clause fully immutable 2020-08-26 15:35:29 -04:00
AnnotationTest.php Fix crash with @var over echo 2020-09-01 00:12:12 -04:00
ArgTest.php Fix tests 2020-06-11 12:19:34 -04:00
ArrayAccessTest.php Add more accomodations for TPositiveInt 2020-09-01 13:03:57 -04:00
ArrayAssignmentTest.php Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00
ArrayFunctionCallTest.php Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00
AssertAnnotationTest.php Fix windows tests (#4040) 2020-08-22 10:00:36 -04:00
AssignmentTest.php Fix #3797 - prevent many chained assignments crashing Psalm 2020-07-10 16:49:45 -04:00
BadFormatTest.php
BinaryOperationTest.php Fix modulo test 2020-08-29 11:47:34 -04:00
CallableTest.php Improve Closure::fromCallable handling 2020-08-29 22:02:58 -04:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassStringTest.php Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00
ClassTest.php Tighten up rules around instantiation a bit more 2020-08-06 10:18:55 -04:00
CloneTest.php Fix #3719 - prevent crash when cloning missing class 2020-07-01 10:10:55 -04:00
ClosureTest.php Fix #4146 - allow null checks on Iterator::current output 2020-09-07 11:40:36 -04:00
CodebaseTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
ComposerLockTest.php Use immutable data structures for clause calculations 2020-08-26 10:41:47 -04:00
ConstantTest.php Prevent variables named "haystack" from receiving literal strings 2020-09-05 00:35:48 -04:00
DeprecatedAnnotationTest.php fix for DeprecatedClass suppress on property (#3962) 2020-08-10 10:50:37 -04:00
DocblockInheritanceTest.php
DocCommentTest.php Test parallelization (#4045) 2020-08-23 10:32:07 -04:00
DocumentationTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
EnumTest.php
ErrorBaselineTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
ExtendsFinalClassTest.php Extending final class is prohibited #3037 (#3576) 2020-06-13 00:29:59 -04:00
FileDiffTest.php Bump nikic/php-parser 2020-08-09 16:23:43 -04:00
FileReferenceTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
ForbiddenCodeTest.php
FunctionCallTest.php Fix #4070 - prevent literal strpos argument 2020-09-10 18:28:34 -04:00
GeneratorTest.php quit using combineUnionTypes, when specific TSend provided. (#3966) 2020-08-09 08:26:10 -04:00
ImmutableAnnotationTest.php Allow passing mutable object into immutable class to store reference 2020-09-03 15:28:09 -04:00
IncludeTest.php Fix #3860 - use correct trait element positions for nested error 2020-07-21 14:17:07 -04:00
InterfaceTest.php Don’t modify object after unnecessary assertion 2020-08-16 23:38:59 -04:00
InternalAnnotationTest.php psalm-internal no longer requires internal annotation 2020-07-26 10:47:48 -04:00
IssueBufferTest.php
IssueSuppressionTest.php Fix tests 2020-09-10 19:05:47 -04:00
JsonOutputTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
junit.xsd
ListTest.php
MagicMethodAnnotationTest.php Fix #4083 - namespace docblock method classes the proper way 2020-08-29 11:46:24 -04:00
MagicPropertyTest.php Fix #3857 - allow reconciliation on magic properties 2020-07-22 09:55:22 -04:00
MatchTest.php Fix #4109 - detect duplicate match condition 2020-09-02 20:08:09 -04:00
MethodCallTest.php Fix #4146 - allow null checks on Iterator::current output 2020-09-07 11:40:36 -04:00
MethodMutationTest.php
MethodSignatureTest.php Always detect return type mismatches from docblock parents 2020-09-07 16:42:25 -04:00
MixinAnnotationTest.php fix #4013: prevent exception when two mixins declare methods with same name (#4018) 2020-08-18 08:38:30 -04:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php Improve unpacking 2020-07-22 00:35:18 -04:00
Php70Test.php
Php71Test.php
ProjectCheckerTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
PropertyTypeTest.php Support PHP 8 union types 2020-08-30 13:16:37 -04:00
PsalmPluginTest.php Fix prophecy warnings (#4051) 2020-08-24 18:02:39 -04:00
PureAnnotationTest.php Fix #4132 - ignore purity of $this when checking for initialisation 2020-09-04 16:46:20 -04:00
PureCallableTest.php Fix #4077 - always track closure purity 2020-08-28 12:42:55 -04:00
ReferenceConstraintTest.php Allow updating array by reference 2020-06-15 14:45:08 -04:00
ReportOutputTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
ReturnTypeTest.php Support mixed type natively 2020-08-30 13:38:03 -04:00
SelfOutTest.php Add new annotation: @psalm-self-out (#3650) 2020-07-01 18:10:24 -04:00
StubTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
SwitchTypeTest.php Fix windows tests (#4040) 2020-08-22 10:00:36 -04:00
TaintTest.php Fix windows tests (#4040) 2020-08-22 10:00:36 -04:00
TestCase.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
TestConfig.php add native param types (#4137) 2020-09-06 19:36:47 -04:00
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 Fix #3943 - understand trait return types a bit better 2020-08-05 15:58:26 -04:00
TryCatchTest.php
TypeAnnotationTest.php Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00
TypeCombinationTest.php Add some backwards-incompatible changes for 4.x 2020-08-30 11:44:14 -04:00
TypeParseTest.php add native param types (#4137) 2020-09-06 19:36:47 -04:00
UnusedCodeTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
UnusedVariableTest.php add native return types (#4116) 2020-09-04 16:26:33 -04:00
VariadicTest.php Test parallelization (#4045) 2020-08-23 10:32:07 -04:00