.. |
CommandFunctions
|
|
|
Config
|
Remove reference
|
2022-03-07 14:59:11 -05:00 |
EndToEnd
|
Fix extension capitalization issue, add extensions to version message.
|
2022-02-03 11:34:50 -06:00 |
FileManipulation
|
Merge branch '4.x' into upstream-master
|
2022-02-11 03:51:48 +02:00 |
FileUpdates
|
|
|
fixtures
|
Merge remote-tracking branch 'upstream/4.x' into upstream-master7
|
2022-02-12 09:59:55 +01:00 |
Internal
|
|
|
LanguageServer
|
|
|
Loop
|
Remove more unused code from LoopAnalyzer
|
2022-02-09 16:37:15 -05:00 |
Progress
|
|
|
ReturnTypeProvider
|
Merge branch '4.x' into update-master
|
2022-05-28 14:49:12 -04:00 |
Template
|
Merge branch '4.x' into update-master
|
2022-05-28 14:49:12 -04:00 |
Traits
|
Merge remote-tracking branch 'upstream/4.x' into upstream-master13
|
2022-02-26 21:26:59 +01:00 |
Type
|
|
|
TypeReconciliation
|
Fix #7968 - combine and simplify types where necessary in ternary analysis
|
2022-05-19 22:32:14 -04:00 |
AlgebraTest.php
|
Fix test with sort
|
2022-03-14 13:02:55 -04:00 |
AnnotationTest.php
|
Add support for references and improve UnusedVariable checks (fixes #7254).
|
2022-01-26 12:55:47 -06:00 |
ArgTest.php
|
Update empty list/array notation
|
2022-05-28 16:19:49 -04:00 |
ArrayAccessTest.php
|
Ensure all template parameters are specified in classes, interfaces, traits
|
2022-01-31 10:06:31 +01:00 |
ArrayAssignmentTest.php
|
Merge pull request #7887 from ging-dev/lsp-fixes
|
2022-04-27 10:13:17 -04:00 |
ArrayFunctionCallTest.php
|
Update empty list/array notation
|
2022-05-28 16:19:49 -04:00 |
ArrayKeysTest.php
|
feat: allow unions for key-of/value-of
|
2022-01-27 22:28:24 +01:00 |
AssertAnnotationTest.php
|
qa: add failing test for one-of assertion
|
2022-06-09 00:26:06 +02:00 |
AssignmentTest.php
|
|
|
AttributeTest.php
|
Fix merge conflict with attribute tests
|
2022-04-27 10:31:58 -04:00 |
BadFormatTest.php
|
|
|
BinaryOperationTest.php
|
Fix class const issue when using floats declared in future consts (fixes #7973).
|
2022-05-20 14:46:05 -05:00 |
CallableTest.php
|
|
|
CastTest.php
|
Improve bool to int casting.
|
2022-02-18 13:22:17 -06:00 |
CheckTypeTest.php
|
Add @psalm-check-type and @psalm-check-type-exact .
|
2022-02-17 10:37:13 -06:00 |
ClassLikeDocblockParserTest.php
|
|
|
ClassLikeStringTest.php
|
|
|
ClassLoadOrderTest.php
|
|
|
ClassScopeTest.php
|
|
|
ClassTest.php
|
Fix tests
|
2022-01-31 10:28:47 +01:00 |
CloneTest.php
|
|
|
ClosureTest.php
|
merge fixes
|
2022-02-26 21:28:15 +01:00 |
CodebaseTest.php
|
[FEATURE] Allow to intercept adding issue in IssueBuffer
|
2022-01-30 17:46:08 +01:00 |
CommentAnalyzerTest.php
|
|
|
ComposerLockTest.php
|
|
|
ConstantTest.php
|
Fix class const issue when using floats declared in future consts (fixes #7973).
|
2022-05-20 14:46:05 -05:00 |
ConstValuesTest.php
|
|
|
CoreStubsTest.php
|
|
|
DeprecatedAnnotationTest.php
|
|
|
DocblockInheritanceTest.php
|
|
|
DocCommentTest.php
|
|
|
DocumentationTest.php
|
Document @psalm-ignore-variable-*
|
2022-04-27 01:46:13 -04:00 |
EnumTest.php
|
Merge remote-tracking branch 'upstream/4.x' into upstream-master13
|
2022-02-26 21:26:59 +01:00 |
ErrorBaselineTest.php
|
|
|
ExtendsFinalClassTest.php
|
|
|
ExtensionRequirementTest.php
|
|
|
FileDiffTest.php
|
|
|
FileReferenceTest.php
|
|
|
ForbiddenCodeTest.php
|
|
|
FunctionCallTest.php
|
Fix issues with int range unpacking and with min/max.
|
2022-02-18 15:55:26 -06:00 |
FunctionLikeDocblockParserTest.php
|
|
|
GeneratorTest.php
|
Remove @psalm-generator-return annotation
|
2022-04-09 22:15:37 +02:00 |
IfThisIsTest.php
|
|
|
ImmutableAnnotationTest.php
|
|
|
ImplementationRequirementTest.php
|
|
|
IncludeTest.php
|
|
|
InterfaceTest.php
|
Fix tests
|
2022-01-31 10:28:47 +01:00 |
InternalAnnotationTest.php
|
|
|
IntRangeTest.php
|
Merge pull request #7887 from ging-dev/lsp-fixes
|
2022-04-27 10:13:17 -04:00 |
IssueBufferTest.php
|
Strip colours from success message
|
2022-02-09 15:35:40 +02:00 |
IssueSuppressionTest.php
|
|
|
JsonOutputTest.php
|
Make error message for truthy/falsy more accurate
|
2022-02-10 18:46:22 -05:00 |
junit.xsd
|
|
|
KeyOfArrayTest.php
|
feat: expand properties-of to keyed array
|
2022-02-21 23:02:27 +01:00 |
ListTest.php
|
merge fixes
|
2022-02-26 21:28:15 +01:00 |
MagicMethodAnnotationTest.php
|
Merge branch '4.x' into upstream-master
|
2022-02-11 03:51:48 +02:00 |
MagicPropertyTest.php
|
|
|
MatchTest.php
|
don't anonymize call to count to allow assertions on count to be retrieved
|
2022-02-13 22:38:38 +01:00 |
MethodCallTest.php
|
Enable extensions based on composer.json instead of those loaded at runtime (fixes #5482).
|
2022-01-27 16:30:14 -06:00 |
MethodMutationTest.php
|
|
|
MethodSignatureTest.php
|
skip a test because we removed the feature for now
|
2022-02-11 21:53:29 +01:00 |
MixinAnnotationTest.php
|
Merge branch '4.x' into upstream-master
|
2022-02-11 03:51:48 +02:00 |
NamespaceTest.php
|
|
|
NativeIntersectionsTest.php
|
|
|
NativeUnionsTest.php
|
|
|
Php40Test.php
|
|
|
Php55Test.php
|
|
|
Php56Test.php
|
|
|
Php70Test.php
|
|
|
Php71Test.php
|
Ensure all template parameters are specified in classes, interfaces, traits
|
2022-01-31 10:06:31 +01:00 |
ProjectCheckerTest.php
|
Fix extension capitalization issue, add extensions to version message.
|
2022-02-03 11:34:50 -06:00 |
PropertiesOfTest.php
|
feat: ignore static properties in properties-of<T>
|
2022-02-22 19:49:03 +01:00 |
PropertyTypeInvarianceTest.php
|
Ensure all template parameters are specified in classes, interfaces, traits
|
2022-01-31 10:06:31 +01:00 |
PropertyTypeTest.php
|
Remove more unused code from LoopAnalyzer
|
2022-02-09 16:37:15 -05:00 |
PsalmPluginTest.php
|
|
|
PureAnnotationTest.php
|
|
|
PureCallableTest.php
|
|
|
ReadonlyPropertyTest.php
|
|
|
ReferenceConstraintTest.php
|
Minor CS fix, phrasing improvement, fix test.
|
2022-01-26 12:55:47 -06:00 |
ReferenceTest.php
|
Improve handling of unsupported references (fixes #8018).
|
2022-05-26 18:28:23 -05:00 |
ReportOutputTest.php
|
|
|
ReturnTypeTest.php
|
Post-merge fixes
|
2022-05-28 15:05:17 -04:00 |
somefile.php
|
|
|
StubTest.php
|
Ensure all template parameters are specified in classes, interfaces, traits
|
2022-01-31 10:06:31 +01:00 |
SuperGlobalsTest.php
|
|
|
SwitchTypeTest.php
|
|
|
TaintTest.php
|
Prevent unnecessary filter_var() warnings on primitive types
|
2022-02-15 14:13:44 -06:00 |
TestCase.php
|
Avoid json_encode when serializing non-UTF8 literals
|
2022-04-27 01:42:37 -04:00 |
TestConfig.php
|
Enable extensions based on composer.json instead of those loaded at runtime (fixes #5482).
|
2022-01-27 16:30:14 -06:00 |
ThisOutTest.php
|
|
|
ThrowsAnnotationTest.php
|
|
|
ThrowsInGlobalScopeTest.php
|
|
|
ToStringTest.php
|
|
|
TraceTest.php
|
|
|
TraitTest.php
|
merge fixes
|
2022-02-26 21:28:15 +01:00 |
TryCatchTest.php
|
|
|
TypeAnnotationTest.php
|
|
|
TypeCombinationTest.php
|
|
|
TypeComparatorTest.php
|
style: fix linting issues and failing tests
|
2022-02-22 20:13:24 +01:00 |
TypeParseTest.php
|
feat: make value-of<T> capable for template types
|
2022-01-27 22:28:40 +01:00 |
UnresolvableIncludeTest.php
|
|
|
UnusedCodeTest.php
|
Ensure all template parameters are specified in classes, interfaces, traits
|
2022-01-31 10:06:31 +01:00 |
UnusedVariableTest.php
|
Fix some minor issues with references.
|
2022-02-17 09:31:33 -06:00 |
ValueOfArrayTest.php
|
feat: expand properties-of to keyed array
|
2022-02-21 23:02:27 +01:00 |
VariadicTest.php
|
|
|