.. |
CommandFunctions
|
Separate memory limit formatting from retrieval
|
2021-07-02 02:59:43 +03:00 |
Config
|
Merge pull request #6793 from orklah/unevaluatedCode
|
2021-11-01 23:41:36 +01:00 |
EndToEnd
|
fix tests
|
2021-11-01 22:27:43 +01:00 |
FileManipulation
|
Fix #6665
|
2021-10-14 10:56:54 +02: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
|
add test
|
2021-10-10 10:31:30 +02:00 |
Progress
|
|
|
ReturnTypeProvider
|
Add failing test
|
2021-07-24 16:02:13 +01:00 |
Template
|
Add another check to a PHP_VERSION_ID condition test
|
2021-10-30 01:13:28 +03:00 |
Traits
|
fix tests
|
2021-11-01 22:27:43 +01:00 |
Type
|
feature: introduce literal float methods to Union type
|
2021-08-06 21:05:26 +02:00 |
TypeReconciliation
|
allow assertion to work on $var::class
|
2021-11-04 20:33:30 +01:00 |
AlgebraTest.php
|
Enforce use sort (#5900)
|
2021-06-07 22:55:21 -04:00 |
AnnotationTest.php
|
fix CS
|
2021-10-28 22:10:22 +02:00 |
ArgTest.php
|
|
|
ArrayAccessTest.php
|
fix literal string access on a non empty array
|
2021-10-22 18:17:08 +02:00 |
ArrayAssignmentTest.php
|
fix tests
|
2021-10-13 11:47:57 +02:00 |
ArrayFunctionCallTest.php
|
more consistency
|
2021-10-20 07:32:04 +02:00 |
AssertAnnotationTest.php
|
Added support of asserting properties of objects out of scope
|
2021-10-17 21:29:25 +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
|
load the ReturnTypeWillChange stubs for all versions to allow using it on every PHP version
|
2021-11-09 19:57:03 +01:00 |
BadFormatTest.php
|
|
|
BinaryOperationTest.php
|
create a temporary var for coalescing ternaries
|
2021-11-05 20:07:35 +01:00 |
CallableTest.php
|
|
|
ClassLikeDocblockParserTest.php
|
Enforce use sort (#5900)
|
2021-06-07 22:55:21 -04:00 |
ClassLikeStringTest.php
|
assert from TClassString
|
2021-09-17 20:05:25 +02:00 |
ClassLoadOrderTest.php
|
skipped tests
|
2021-10-20 23:37:52 +02:00 |
ClassScopeTest.php
|
|
|
ClassTest.php
|
fix tests
|
2021-11-01 22:27:43 +01:00 |
CloneTest.php
|
|
|
ClosureTest.php
|
|
|
CodebaseTest.php
|
[TASK] Resolve namespace of class related AST statements
|
2021-09-27 11:19:24 +02:00 |
CommentAnalyzerTest.php
|
Enforce use sort (#5900)
|
2021-06-07 22:55:21 -04:00 |
ComposerLockTest.php
|
Enforce use sort (#5900)
|
2021-06-07 22:55:21 -04:00 |
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
|
Check deprecated properties on $this->prop reads
|
2021-07-17 01:20:35 +03:00 |
DocblockInheritanceTest.php
|
|
|
DocCommentTest.php
|
|
|
DocumentationTest.php
|
Add template support to @psalm-self-out
|
2021-10-28 10:44:37 +02:00 |
EnumTest.php
|
Basic enum checks
|
2021-09-07 12:35:38 +03:00 |
ErrorBaselineTest.php
|
Trim code snippets on both sides when comparing current issues against baseline
|
2021-06-26 22:37:29 +01:00 |
ExtendsFinalClassTest.php
|
|
|
ExtensionRequirementTest.php
|
|
|
FileDiffTest.php
|
Enforce use sort (#5900)
|
2021-06-07 22:55:21 -04:00 |
FileReferenceTest.php
|
Drop FakeFileProvider from tests folder
|
2021-07-02 03:57:57 +03:00 |
ForbiddenCodeTest.php
|
Allow to forbid exit() and die()
|
2021-10-31 03:02:16 +03:00 |
FunctionCallTest.php
|
accept ::class constant strings for literal argument
|
2021-11-03 13:44:14 +09:00 |
FunctionLikeDocblockParserTest.php
|
Enforce use sort (#5900)
|
2021-06-07 22:55:21 -04:00 |
GeneratorTest.php
|
detect yield in new
|
2021-11-01 19:04:49 +01:00 |
IfThisIsTest.php
|
Add template support to @psalm-self-out
|
2021-10-28 10:44:37 +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
|
Don't crash on falsy with int ranges
|
2021-10-24 13:59:21 +02:00 |
IssueBufferTest.php
|
Remove unecassary concatentation of string literals
|
2021-06-27 00:08:03 +01:00 |
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 failed test
|
2021-10-14 18:00:32 +03:00 |
MagicPropertyTest.php
|
Prevent @property annotations on class properties
|
2021-08-17 23:40:26 +09:00 |
MatchTest.php
|
|
|
MethodCallTest.php
|
fix tests
|
2021-11-01 22:27:43 +01:00 |
MethodMutationTest.php
|
|
|
MethodSignatureTest.php
|
fix tests
|
2021-11-01 22:27:43 +01:00 |
MixinAnnotationTest.php
|
|
|
NamespaceTest.php
|
|
|
Php40Test.php
|
|
|
Php55Test.php
|
|
|
Php56Test.php
|
|
|
Php70Test.php
|
skipped tests
|
2021-10-20 23:37:52 +02:00 |
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
|
flag impure calls made through __callstatic
|
2021-10-24 09:55:40 +02: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
|
Improve Github Actions output
|
2021-11-04 03:03:25 +02:00 |
ReturnTypeTest.php
|
move tests to enable config
|
2021-11-01 22:45:17 +01:00 |
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
|
Fix #5911 - improve non-terminating switch type inference
|
2021-06-09 09:06:23 -04:00 |
TaintTest.php
|
Merge pull request #6813 from orklah/intTaint
|
2021-11-04 15:30:52 +01: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 |
ThisOutTest.php
|
Add template support to @psalm-self-out
|
2021-10-28 10:44:37 +02:00 |
ThrowsAnnotationTest.php
|
|
|
ThrowsInGlobalScopeTest.php
|
|
|
ToStringTest.php
|
fix missing implicit __toString
|
2021-10-20 19:54:32 +02:00 |
TraceTest.php
|
|
|
TraitTest.php
|
stub for is_a
|
2021-10-12 22:12:51 +02:00 |
TryCatchTest.php
|
|
|
TypeAnnotationTest.php
|
|
|
TypeCombinationTest.php
|
fix test
|
2021-10-18 22:00:51 +02:00 |
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
|
allow declaring functions and classLikes after a never-returning call
|
2021-11-05 18:34:59 +01:00 |
UnusedVariableTest.php
|
remove test no longer applicable
|
2021-07-17 23:20:13 +02:00 |
VariadicTest.php
|
Enforce use sort (#5900)
|
2021-06-07 22:55:21 -04:00 |