1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2021-01-29 11:39:36 +01:00
..
CommandFunctions More return types (#4173) 2021-01-29 11:38:57 +01:00
Config replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176) 2021-01-29 11:38:58 +01:00
EndToEnd Change version test 2021-01-29 11:38:49 +01:00
FileManipulation More return types (#4173) 2021-01-29 11:38:57 +01:00
FileUpdates More return types (#4173) 2021-01-29 11:38:57 +01:00
fixtures Added @psalm-stub-override for classlikes and methods (#4177) 2021-01-29 11:39:34 +01:00
Internal/Provider Do no writing when saving parser cache in tests 2021-01-29 11:39:36 +01:00
LanguageServer More return types (#4173) 2021-01-29 11:38:57 +01:00
Loop More return types (#4173) 2021-01-29 11:38:57 +01:00
Progress
Template Fix #4122 - detect yield in function arguments 2021-01-29 11:39:36 +01:00
Traits More return types (#4173) 2021-01-29 11:38:57 +01:00
TypeReconciliation More return types (#4173) 2021-01-29 11:38:57 +01:00
AlgebraTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
AnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ArgTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ArrayAccessTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ArrayAssignmentTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ArrayFunctionCallTest.php added array-size max constraint to greater check (#4175) 2021-01-29 11:38:58 +01:00
AssertAnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
AssignmentTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
BadFormatTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
BinaryOperationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
CallableTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ClassLoadOrderTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ClassScopeTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ClassStringTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ClassTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
CloneTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ClosureTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
CodebaseTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ComposerLockTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ConstantTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
DeprecatedAnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
DocblockInheritanceTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
DocCommentTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
DocumentationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
EnumTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ErrorBaselineTest.php add native return types (#4116) 2021-01-29 11:38:53 +01:00
ExtendsFinalClassTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
FileDiffTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
FileReferenceTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ForbiddenCodeTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
FunctionCallTest.php Add check for strpos dictionaries 2021-01-29 11:39:36 +01:00
GeneratorTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
IfThisIsTest.php Add more tests (interface contained by still faulty) 2020-07-12 20:06:03 +00:00
ImmutableAnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
IncludeTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
InterfaceTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
InternalAnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
IssueBufferTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
IssueSuppressionTest.php Support multiple issue types in @psalm-suppress (#4179) 2021-01-29 11:39:36 +01:00
JsonOutputTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
junit.xsd Validate junit output against xsd 2020-03-08 20:18:35 -05:00
ListTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
MagicMethodAnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
MagicPropertyTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
MatchTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
MethodCallTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
MethodMutationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
MethodSignatureTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
MixinAnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
NamespaceTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
Php40Test.php More return types (#4173) 2021-01-29 11:38:57 +01:00
Php55Test.php More return types (#4173) 2021-01-29 11:38:57 +01:00
Php56Test.php More return types (#4173) 2021-01-29 11:38:57 +01:00
Php70Test.php More return types (#4173) 2021-01-29 11:38:57 +01:00
Php71Test.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ProjectCheckerTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
PropertyTypeTest.php Fix #4178 - always detect missing property types 2021-01-29 11:39:36 +01:00
PsalmPluginTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
PureAnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
PureCallableTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ReferenceConstraintTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ReportOutputTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ReturnTypeTest.php Fix a few more things 2021-01-29 11:39:36 +01:00
SelfOutTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
StubTest.php Fix various things 2021-01-29 11:39:36 +01:00
SwitchTypeTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
TaintTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
TestCase.php More return types (#4173) 2021-01-29 11:38:57 +01:00
TestConfig.php replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176) 2021-01-29 11:38:58 +01:00
ThrowsAnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ThrowsInGlobalScopeTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
ToStringTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
TraceTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
TraitTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
TryCatchTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
TypeAnnotationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
TypeCombinationTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
TypeParseTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
UnusedCodeTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00
UnusedVariableTest.php Fix #4127 - improve error message for unused closure var 2021-01-29 11:38:58 +01:00
VariadicTest.php More return types (#4173) 2021-01-29 11:38:57 +01:00