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:38:46 +01:00
..
CommandFunctions Resolve require_once command_functions.php (#3961) 2020-08-08 17:38:38 -04:00
Config Use immutable data structures for clause calculations 2021-01-29 11:38:45 +01:00
EndToEnd Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
FileManipulation Fix #4036 - add immutable annotations automatically too 2021-01-29 11:38:44 +01:00
FileUpdates Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
fixtures Fix #2891 - treat autoloaded constants better 2020-08-13 09:14:27 -04:00
Internal/Provider Align paramter names 2020-08-09 23:19:59 -04:00
LanguageServer Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
Loop Fix #4011 - prevent mixed assignment in loop 2020-08-18 08:51:09 -04:00
Progress
Template Refine iterable key after is_array check 2021-01-29 11:38:46 +01:00
Traits Fix windows tests (#4040) 2021-01-29 11:38:04 +01:00
TypeReconciliation Make clause fully immutable 2021-01-29 11:38:46 +01:00
AlgebraTest.php Make clause fully immutable 2021-01-29 11:38:46 +01:00
AnnotationTest.php Fix #1916 - support @var docblock annotations in more places 2020-07-26 13:23:21 -04:00
ArgTest.php
ArrayAccessTest.php Fix #3934 - prevent unsafe use of new static 2020-08-05 19:39:27 -04:00
ArrayAssignmentTest.php Fix #4038 - don’t remove null types unnecessarily in mixed union 2021-01-29 11:38:45 +01:00
ArrayFunctionCallTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
AssertAnnotationTest.php Fix windows tests (#4040) 2021-01-29 11:38:04 +01:00
AssignmentTest.php
BadFormatTest.php
BinaryOperationTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
CallableTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassStringTest.php Tighten up rules around instantiation a bit more 2020-08-06 10:18:55 -04:00
ClassTest.php Tighten up rules around instantiation a bit more 2020-08-06 10:18:55 -04:00
CloneTest.php
ClosureTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
CodebaseTest.php Fix #1916 - support @var docblock annotations in more places 2020-07-26 13:23:21 -04:00
ComposerLockTest.php Use immutable data structures for clause calculations 2021-01-29 11:38:45 +01:00
ConstantTest.php
DeprecatedAnnotationTest.php fix for DeprecatedClass suppress on property (#3962) 2020-08-10 10:50:37 -04:00
DocblockInheritanceTest.php
DocCommentTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
DocumentationTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
EnumTest.php
ErrorBaselineTest.php Fix prophecy warnings (#4051) 2021-01-29 11:38:44 +01:00
ExtendsFinalClassTest.php
FileDiffTest.php Bump nikic/php-parser 2020-08-09 16:23:43 -04:00
FileReferenceTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
ForbiddenCodeTest.php
FunctionCallTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
GeneratorTest.php quit using combineUnionTypes, when specific TSend provided. (#3966) 2020-08-09 08:26:10 -04:00
IfThisIsTest.php Add more tests (interface contained by still faulty) 2020-07-12 20:06:03 +00:00
ImmutableAnnotationTest.php Prevent unset on immutable properties 2021-01-29 11:38:46 +01:00
IncludeTest.php Fix #3860 - use correct trait element positions for nested error 2020-07-21 14:17:07 -04:00
InterfaceTest.php Don’t modify object after unnecessary assertion 2020-08-16 23:38:59 -04:00
InternalAnnotationTest.php psalm-internal no longer requires internal annotation 2020-07-26 10:47:48 -04:00
IssueBufferTest.php
IssueSuppressionTest.php
JsonOutputTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
junit.xsd
ListTest.php
MagicMethodAnnotationTest.php Fix windows tests (#4040) 2021-01-29 11:38:04 +01:00
MagicPropertyTest.php Fix #3857 - allow reconciliation on magic properties 2020-07-22 09:55:22 -04:00
MethodCallTest.php Create empty params by default for SplObjectStorage 2021-01-29 11:38:45 +01:00
MethodMutationTest.php
MethodSignatureTest.php Add ConstructorSignatureMismatch issue distinct from MethodSignatureMismatch 2020-08-10 12:26:25 -04:00
MixinAnnotationTest.php fix #4013: prevent exception when two mixins declare methods with same name (#4018) 2020-08-18 08:38:30 -04:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php Improve unpacking 2020-07-22 00:35:18 -04:00
Php70Test.php
Php71Test.php
ProjectCheckerTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
PropertyTypeTest.php Fix windows tests (#4040) 2021-01-29 11:38:04 +01:00
PsalmPluginTest.php Fix prophecy warnings (#4051) 2021-01-29 11:38:44 +01:00
PureAnnotationTest.php Fix #4052 - foreach over an iterable is impure 2021-01-29 11:38:45 +01:00
ReferenceConstraintTest.php
ReportOutputTest.php Use immutable data structures for clause calculations 2021-01-29 11:38:45 +01:00
ReturnTypeTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
SelfOutTest.php
StubTest.php Use immutable data structures for clause calculations 2021-01-29 11:38:45 +01:00
SwitchTypeTest.php Fix windows tests (#4040) 2021-01-29 11:38:04 +01:00
TaintTest.php Fix windows tests (#4040) 2021-01-29 11:38:04 +01:00
TestCase.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
TestConfig.php Collect and scan files included by the autoloaders (#3183) 2020-07-11 17:17:22 -04:00
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php
TraceTest.php
TraitTest.php Fix #3943 - understand trait return types a bit better 2020-08-05 15:58:26 -04:00
TryCatchTest.php
TypeAnnotationTest.php Expand object-with-properties 2021-01-29 11:38:45 +01:00
TypeCombinationTest.php Fix CI 2020-08-03 02:45:55 -04:00
TypeParseTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
UnusedCodeTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
UnusedVariableTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00
VariadicTest.php Test parallelization (#4045) 2021-01-29 11:38:04 +01:00