1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2021-09-23 21:24:17 +02:00
..
CommandFunctions Separate memory limit formatting from retrieval 2021-07-02 02:59:43 +03:00
Config test 2021-09-02 20:53:23 +02:00
EndToEnd
FileManipulation Prevent failures with dev PHP versions 2021-09-07 01:43:03 +03:00
FileUpdates Drop FakeFileProvider from tests folder 2021-07-02 03:57:57 +03:00
fixtures
Internal fix build 2021-09-23 19:29:15 +02:00
LanguageServer Drop FakeFileProvider from tests folder 2021-07-02 03:57:57 +03:00
Loop changes after review 2021-09-19 19:30:03 +02:00
Progress Add framework for taint analysis to Psalm 2019-08-04 10:37:36 -04:00
ReturnTypeProvider Add failing test 2021-07-24 16:02:13 +01:00
Template Fix different context templates invalid argument bug for trait. 2021-09-13 23:43:09 +03:00
Traits
Type feature: introduce literal float methods to Union type 2021-08-06 21:05:26 +02:00
TypeReconciliation more precise test 2021-09-23 21:24:17 +02:00
AlgebraTest.php
AnnotationTest.php fix test? 2021-08-07 10:18:06 +02:00
ArgTest.php
ArrayAccessTest.php
ArrayAssignmentTest.php fix test 2021-08-09 21:18:19 +02:00
ArrayFunctionCallTest.php Warn about array_walk_recursive over objects 2021-08-31 23:18:20 +03:00
AssertAnnotationTest.php Add ReflectionProperty::getType() and hasType() 2021-07-10 13:05:57 +02:00
AssignmentTest.php add new issues to baseline and fix a test 2021-09-23 21:24:16 +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
CommentAnalyzerTest.php
ComposerLockTest.php
ConstantTest.php introduce $definite_class flag and use it to avoid using final keyword for simple inference 2021-08-19 23:19:59 +02:00
ConstValuesTest.php
CoreStubsTest.php Add test 2021-09-09 16:04:12 +02:00
DeprecatedAnnotationTest.php Check deprecated properties on $this->prop reads 2021-07-17 01:20:35 +03:00
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 Drop FakeFileProvider from tests folder 2021-07-02 03:57:57 +03:00
ForbiddenCodeTest.php
FunctionCallTest.php Added test to detect problems and inconsistencies in CallMap files 2021-08-05 19:07:31 +02:00
FunctionLikeDocblockParserTest.php
GeneratorTest.php fix Generator giving templates to Iterator 2021-09-02 20:12:32 +02:00
ImmutableAnnotationTest.php
ImplementationRequirementTest.php
IncludeTest.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
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 type when min = max and add test 2021-09-23 21:24:16 +02:00
IssueBufferTest.php
IssueSuppressionTest.php fix CS 2021-08-19 19:34:30 +02:00
JsonOutputTest.php Drop FakeFileProvider from tests folder 2021-07-02 03:57:57 +03:00
junit.xsd
ListTest.php
MagicMethodAnnotationTest.php Fix negative numbers 2021-07-08 19:17:31 +03:00
MagicPropertyTest.php Prevent @property annotations on class properties 2021-08-17 23:40:26 +09:00
MatchTest.php
MethodCallTest.php Test should fail on 8.0, but not on 7.4 2021-07-03 05:01:10 -04:00
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
Php71Test.php
ProjectCheckerTest.php Drop FakeFileProvider from tests folder 2021-07-02 03:57:57 +03:00
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 Fix object-like array keys when combining string and automatic keys (fixes #5427). (#5428) 2021-03-19 21:44:44 -04:00
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
SelfOutTest.php
somefile.php create real path for Psalm to stop ignoring suppressions 2021-08-19 19:31:58 +02:00
StubTest.php Support interface-string<Foo> as temporary alias of class-string<Foo> (#6106) 2021-07-16 18:38:39 -04:00
SuperGlobalsTest.php Added test 2021-09-08 22:41:23 +03:00
SwitchTypeTest.php
TaintTest.php No false-positives for tainting through array keys 2021-06-29 17:05:39 -04: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 Drop FakeFileProvider from tests folder 2021-07-02 03:57:57 +03:00
TypeParseTest.php Allow 0 for all bitmask types 2021-07-16 23:20:33 +03:00
UnusedCodeTest.php mark variable used in backticks as used 2021-08-29 00:26:52 +02:00
UnusedVariableTest.php remove test no longer applicable 2021-07-17 23:20:13 +02:00
VariadicTest.php