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:46:05 +01:00
..
CommandFunctions
Config
EndToEnd Get rid of version test, which is dumb 2021-01-29 11:46:04 +01:00
FileManipulation
FileUpdates Fix tests 2021-01-29 11:46:05 +01:00
fixtures
Internal/Provider Fix #4464 - bust cache when Psalm’s version changes, not just composer’s 2021-01-29 11:45:01 +01:00
LanguageServer
Loop Fix #4467 - variables are only the same if they were set in the same location 2021-01-29 11:45:01 +01:00
Progress
Template Allow opt-in to strict return type checking 2021-01-29 11:46:03 +01:00
Traits Ensure Stringable is always available to tests that need it 2021-01-29 11:44:35 +01:00
TypeReconciliation Fix tests 2021-01-29 11:46:05 +01:00
AlgebraTest.php Fix overeager inference 2021-01-29 11:45:02 +01:00
AnnotationTest.php Fix int-mask-of expansion 2021-01-29 11:45:02 +01:00
ArgTest.php
ArrayAccessTest.php Fix tests 2021-01-29 11:46:05 +01:00
ArrayAssignmentTest.php Fix type inference when unpacking typed iterables (#4487) 2021-01-29 11:46:04 +01:00
ArrayFunctionCallTest.php Use more accurate comparison for non-empty-lists 2021-01-29 11:44:34 +01:00
AssertAnnotationTest.php
AssignmentTest.php
AttributeTest.php Use better inference for getAttributes return type 2021-01-29 11:45:00 +01:00
BadFormatTest.php
BinaryOperationTest.php
CallableTest.php
ClassLoadOrderTest.php
ClassScopeTest.php
ClassStringTest.php
ClassTest.php Fix tests 2021-01-29 11:46:05 +01:00
CloneTest.php
ClosureTest.php
CodebaseTest.php
ComposerLockTest.php
ConstantTest.php Fix #4479 - use correct keys in message 2021-01-29 11:46:03 +01:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php
DocCommentTest.php
DocumentationTest.php Ensure Stringable is always available to tests that need it 2021-01-29 11:44:35 +01:00
EnumTest.php
ErrorBaselineTest.php
ExtendsFinalClassTest.php
ExtensionRequirementTest.php
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php
GeneratorTest.php
IfThisIsTest.php
ImmutableAnnotationTest.php
ImplementationRequirementTest.php
IncludeTest.php
InterfaceTest.php
InternalAnnotationTest.php
IssueBufferTest.php
IssueSuppressionTest.php
JsonOutputTest.php
junit.xsd
ListTest.php
MagicMethodAnnotationTest.php
MagicPropertyTest.php
MatchTest.php
MethodCallTest.php
MethodMutationTest.php
MethodSignatureTest.php
MixinAnnotationTest.php
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php Fix int-mask-of expansion 2021-01-29 11:45:02 +01:00
Php70Test.php
Php71Test.php
ProjectCheckerTest.php
PropertyTypeTest.php
PsalmPluginTest.php
PureAnnotationTest.php
PureCallableTest.php
ReferenceConstraintTest.php
ReportOutputTest.php Fix tests 2021-01-29 11:46:05 +01:00
ReturnTypeTest.php Add support for @return never 2021-01-29 11:45:02 +01:00
SelfOutTest.php
StubTest.php
SwitchTypeTest.php
TaintTest.php Preserve reconciled taints for all but non-string scalar types 2021-01-29 11:46:05 +01:00
TestCase.php Ensure Stringable is always available to tests that need it 2021-01-29 11:44:35 +01:00
TestConfig.php
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php Ensure Stringable is always available to tests that need it 2021-01-29 11:44:35 +01:00
TraceTest.php
TraitTest.php
TryCatchTest.php
TypeAnnotationTest.php
TypeCombinationTest.php
TypeParseTest.php Add support for int-mask<...> and int-mask-of<...> 2021-01-29 11:44:35 +01:00
UnusedCodeTest.php
UnusedVariableTest.php Fix #4435 - ensure casts are always flow-sensitive 2021-01-29 11:44:35 +01:00
VariadicTest.php