1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2021-10-14 22:05:40 +13:00
..
CommandFunctions
Config Add unit test 2021-09-23 15:30:30 +00:00
EndToEnd
FileManipulation add test 2021-10-05 19:49:05 +02:00
FileUpdates
fixtures
Internal fix build 2021-09-23 19:29:15 +02:00
LanguageServer
Loop add test 2021-10-10 10:31:30 +02:00
Progress
ReturnTypeProvider Add failing test 2021-07-24 16:02:13 +01:00
Template put back one of the errors 2021-10-09 22:09:48 +02:00
Traits
Type feature: introduce literal float methods to Union type 2021-08-06 21:05:26 +02:00
TypeReconciliation fix test 2021-10-12 15:58:06 +02:00
AlgebraTest.php
AnnotationTest.php fix test? 2021-08-07 10:18:06 +02:00
ArgTest.php
ArrayAccessTest.php
ArrayAssignmentTest.php fix tests 2021-10-13 11:47:57 +02:00
ArrayFunctionCallTest.php add test 2021-10-07 11:04:51 +02:00
AssertAnnotationTest.php Made the test marked 7.4 2021-10-14 22:05:40 +13:00
AssignmentTest.php improve min/max inference, add a return type provider for rand, mt_rand and random_int 2021-10-02 09:53:58 +02:00
AttributeTest.php Use fully-qualified name for virtual class strings 2021-08-01 02:22:16 +03:00
BadFormatTest.php
BinaryOperationTest.php restrict the test because int size is fixed on runtime environment 2021-09-23 21:24:17 +02:00
CallableTest.php
ClassLikeDocblockParserTest.php
ClassLikeStringTest.php assert from TClassString 2021-09-17 20:05:25 +02:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassTest.php
CloneTest.php
ClosureTest.php
CodebaseTest.php [TASK] Resolve namespace of class related AST statements 2021-09-27 11:19:24 +02:00
CommentAnalyzerTest.php
ComposerLockTest.php
ConstantTest.php Allow Psalm to store unresolved Unary Ops 2021-10-10 09:24:25 +02:00
ConstValuesTest.php
CoreStubsTest.php Add test 2021-09-09 16:04:12 +02:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php
DocCommentTest.php
DocumentationTest.php Basic enum checks 2021-09-07 12:35:38 +03:00
EnumTest.php Basic enum checks 2021-09-07 12:35:38 +03:00
ErrorBaselineTest.php
ExtendsFinalClassTest.php
ExtensionRequirementTest.php
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php Allow sending possibly_undefined inputs to optional params 2021-10-10 12:44:04 +02:00
FunctionLikeDocblockParserTest.php
GeneratorTest.php fix Generator giving templates to Iterator 2021-09-02 20:12:32 +02:00
IfThisIsTest.php Fixes 2021-09-22 10:26:21 +02:00
ImmutableAnnotationTest.php
ImplementationRequirementTest.php
IncludeTest.php
InterfaceTest.php
InternalAnnotationTest.php Fix error message for call to internal method from root namespace 2021-08-17 18:54:57 +01:00
IntRangeTest.php improve min/max inference, add a return type provider for rand, mt_rand and random_int 2021-10-02 09:53:58 +02:00
IssueBufferTest.php
IssueSuppressionTest.php fix CS 2021-08-19 19:34:30 +02:00
JsonOutputTest.php
junit.xsd
ListTest.php
MagicMethodAnnotationTest.php
MagicPropertyTest.php Prevent @property annotations on class properties 2021-08-17 23:40:26 +09:00
MatchTest.php
MethodCallTest.php
MethodMutationTest.php
MethodSignatureTest.php Got rid of test 2021-09-16 23:07:32 +12:00
MixinAnnotationTest.php
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php
Php70Test.php improve min/max inference, add a return type provider for rand, mt_rand and random_int 2021-10-02 09:53:58 +02:00
Php71Test.php
ProjectCheckerTest.php
PropertyTypeInvarianceTest.php
PropertyTypeTest.php Flag staticness mismatch 2021-07-18 02:51:33 +03:00
PsalmPluginTest.php
PureAnnotationTest.php Consider print, and conditionally exit / die impure 2021-07-27 13:26:54 +01:00
PureCallableTest.php
ReadonlyPropertyTest.php Add support for native PHP readonly 2021-07-21 13:29:07 -04:00
ReferenceConstraintTest.php Force array_walk to not infer input type. 2021-09-06 15:15:25 +02:00
ReportOutputTest.php Encode XML output consistently 2021-09-05 20:06:59 +03:00
ReturnTypeTest.php fix test 2021-10-11 19:23:56 +02:00
SelfOutTest.php
somefile.php create real path for Psalm to stop ignoring suppressions 2021-08-19 19:31:58 +02:00
StubTest.php
SuperGlobalsTest.php Added test 2021-09-08 22:41:23 +03:00
SwitchTypeTest.php
TaintTest.php Merge pull request #6538 from orklah/taint-windows 2021-09-27 20:37:27 +02:00
TestCase.php Add simple test to verify outout of getCallMap method 2021-08-08 10:39:54 +02:00
TestConfig.php create real path for Psalm to stop ignoring suppressions 2021-08-19 19:31:58 +02:00
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php
TraceTest.php
TraitTest.php
TryCatchTest.php
TypeAnnotationTest.php
TypeCombinationTest.php
TypeComparatorTest.php
TypeParseTest.php
UnusedCodeTest.php add test 2021-10-11 17:33:02 +02:00
UnusedVariableTest.php remove test no longer applicable 2021-07-17 23:20:13 +02:00
VariadicTest.php