You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psalm/tests
Corey Taylor b87ebd697f
Fix assert testing callmap return types
1 year ago
..
CommandFunctions Import instead of using fqn 2 years ago
Config Honour global function suppressions for UndefinedFunction 2 years ago
EndToEnd Increase composer timeout 2 years ago
FileManipulation Test to describe use statements being applied 2 years ago
FileUpdates fix tests 2 years ago
Internal Fix assert testing callmap return types 1 year ago
LanguageServer fix tests 2 years ago
Loop Set number of lines before and after namespace. 2 years ago
Progress Set number of lines before and after namespace. 2 years ago
ReturnTypeProvider Fix MinMaxReturnTypeProvider when handling TDependentListKeys 1 year ago
Template fix tests 1 year ago
Traits Specify required php version for test 2 years ago
Type Format declare(strict_types=1) 2 years ago
TypeReconciliation qa: remove redundant check as `!empty` already ensures that `key` does not return `null` 1 year ago
fixtures fix tests 2 years ago
AlgebraTest.php Set number of lines before and after namespace. 2 years ago
AnnotationTest.php Merge pull request #7157 from nowaja/master 2 years ago
ArgTest.php add tests 1 year ago
ArrayAccessTest.php Set number of lines before and after namespace. 2 years ago
ArrayAssignmentTest.php fix tests 2 years ago
ArrayFunctionCallTest.php feature: enhance type detection for internal php functions `key`, `current`, `end` and `reset` 1 year ago
AssertAnnotationTest.php fix tests for detailed $_SERVER 2 years ago
AssignmentTest.php Set number of lines before and after namespace. 2 years ago
AttributeTest.php Configure a correct attribute target in stubs/CoreGenericClasses.phpstub 2 years ago
BadFormatTest.php Set number of lines before and after namespace. 2 years ago
BinaryOperationTest.php Add additional checks for concat of non-empty strings to return non-falsy 1 year ago
CallableTest.php Fix analysis when __invoke() exists 2 years ago
ClassLikeDocblockParserTest.php Set number of lines before and after namespace. 2 years ago
ClassLikeStringTest.php Set number of lines before and after namespace. 2 years ago
ClassLoadOrderTest.php Set number of lines before and after namespace. 2 years ago
ClassScopeTest.php Set number of lines before and after namespace. 2 years ago
ClassTest.php Add check for const with reserved word class 1 year ago
CloneTest.php Handle some partials 2 years ago
ClosureTest.php Add support for callable in array_reduce 2 years ago
CodebaseTest.php Set number of lines before and after namespace. 2 years ago
CommentAnalyzerTest.php Set number of lines before and after namespace. 2 years ago
ComposerLockTest.php Set number of lines before and after namespace. 2 years ago
ConstValuesTest.php Set number of lines before and after namespace. 2 years ago
ConstantTest.php Fix object constant inference 2 years ago
CoreStubsTest.php Make DatePeriod implement Traversable oh PHP 7, rename constructor params 2 years ago
DateTimeTest.php Add dateTimeModify return type provider 2 years ago
DeprecatedAnnotationTest.php allow marking enum cases as @deprecated 2 years ago
DocCommentTest.php Set number of lines before and after namespace. 2 years ago
DocblockInheritanceTest.php Set number of lines before and after namespace. 2 years ago
DocumentationTest.php Document `@psalm-ignore-variable-*` 2 years ago
EnumTest.php Update stub 2 years ago
ErrorBaselineTest.php Set number of lines before and after namespace. 2 years ago
ExtendsFinalClassTest.php Handle some partials 2 years ago
ExtensionRequirementTest.php Handle some partials 2 years ago
FileDiffTest.php Set number of lines before and after namespace. 2 years ago
FileReferenceTest.php Set number of lines before and after namespace. 2 years ago
ForbiddenCodeTest.php Handle some partials 2 years ago
FunctionCallTest.php Cherry-pick: Try to provide literal int types when possible (fixes #6966) (#7071) 2 years ago
FunctionLikeDocblockParserTest.php update test cases 2 years ago
GeneratorTest.php Set number of lines before and after namespace. 2 years ago
IfThisIsTest.php Fix self parsing for psalm-if-this-is and psalm-self-out 2 years ago
ImmutableAnnotationTest.php fix test 2 years ago
ImplementationRequirementTest.php Handle some partials 2 years ago
IncludeTest.php drop compatibility aliases 2 years ago
IntRangeTest.php fix tests 2 years ago
InterfaceTest.php Set number of lines before and after namespace. 2 years ago
InternalAnnotationTest.php Improve @psalm-internal and prevent usage of IssueBuffer::add(). 2 years ago
IssueBufferTest.php Strip colours from success message 2 years ago
IssueSuppressionTest.php allow suppressing unevaluatedCode 2 years ago
JsonOutputTest.php fix tests 2 years ago
ListTest.php allow SimpleTypeInferer to infer non empty lists 2 years ago
MagicMethodAnnotationTest.php AtomicStaticCallAnalyzer: clear tmp var from context (fix #7556) 2 years ago
MagicPropertyTest.php PHP 8.2: seal all properties by default, add configuration key for lower versions 2 years ago
MatchTest.php Set number of lines before and after namespace. 2 years ago
MethodCallTest.php Fix test for DateTimeImmutable sub method return type 1 year ago
MethodMutationTest.php Set number of lines before and after namespace. 2 years ago
MethodSignatureTest.php Revert "PHP 8.1: Report missing typehints in overridden native methods" 2 years ago
MixinAnnotationTest.php AtomicStaticCallAnalyzer: clear tmp var from context (fix #7556) 2 years ago
NamespaceTest.php Set number of lines before and after namespace. 2 years ago
Php40Test.php Set number of lines before and after namespace. 2 years ago
Php55Test.php Set number of lines before and after namespace. 2 years ago
Php56Test.php Set number of lines before and after namespace. 2 years ago
Php70Test.php Set number of lines before and after namespace. 2 years ago
Php71Test.php Set number of lines before and after namespace. 2 years ago
ProjectCheckerTest.php Set number of lines before and after namespace. 2 years ago
PropertyTypeInvarianceTest.php Set number of lines before and after namespace. 2 years ago
PropertyTypeTest.php Set number of lines before and after namespace. 2 years ago
PsalmPluginTest.php drop compatibility aliases 2 years ago
PureAnnotationTest.php fix test 2 years ago
PureCallableTest.php Set number of lines before and after namespace. 2 years ago
ReadonlyPropertyTest.php #7731 - recognize `@psalm-allow-private-mutation` in PHP 8+ constructors 2 years ago
ReferenceConstraintTest.php Set number of lines before and after namespace. 2 years ago
ReportOutputTest.php Count Report Format 2 years ago
ReturnTypeTest.php fix tests 2 years ago
StubTest.php Set number of lines before and after namespace. 2 years ago
SuperGlobalsTest.php Remove `argc` and `argv` elements from `$_ENV` 1 year ago
SwitchTypeTest.php flag the context as "inside_conditional" when analyzing leftover cases to prevent emitting unused error 2 years ago
TaintTest.php fix tests 2 years ago
TestCase.php More attribute fixes. 2 years ago
TestConfig.php Set number of lines before and after namespace. 2 years ago
ThisOutTest.php Set number of lines before and after namespace. 2 years ago
ThrowsAnnotationTest.php Set number of lines before and after namespace. 2 years ago
ThrowsInGlobalScopeTest.php Set number of lines before and after namespace. 2 years ago
ToStringTest.php add RiskyCast tests 2 years ago
TraceTest.php Set number of lines before and after namespace. 2 years ago
TraitTest.php Attribute analysis improvements. 2 years ago
TryCatchTest.php Set number of lines before and after namespace. 2 years ago
TypeAnnotationTest.php Set number of lines before and after namespace. 2 years ago
TypeCombinationTest.php added truthy-string alias for non-falsy-string 2 years ago
TypeComparatorTest.php Set number of lines before and after namespace. 2 years ago
TypeParseTest.php Set number of lines before and after namespace. 2 years ago
UnresolvableIncludeTest.php Set number of lines before and after namespace. 2 years ago
UnusedCodeTest.php Try 1 year ago
UnusedVariableTest.php update tests 2 years ago
VariadicTest.php Set number of lines before and after namespace. 2 years ago
junit.xsd Validate junit output against xsd 4 years ago
somefile.php create real path for Psalm to stop ignoring suppressions 3 years ago