1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
Ben Davies d31dc663b9
Split unit test over multiple jobs in GitHub Actions, lowering the total run time (#4985)
* Split unit test over multiple jobs in GitHub Actions, lowering the total run time

* rename FileManipulationTest to FileManipulationTestCase so it does not run as a standalone Test
2021-01-29 11:47:31 +01:00
..
CommandFunctions
Config Trigger dispatch even when only legacy hooks (#4962) 2021-01-29 11:47:28 +01:00
EndToEnd Fix test 2021-01-29 11:46:19 +01:00
FileManipulation Split unit test over multiple jobs in GitHub Actions, lowering the total run time (#4985) 2021-01-29 11:47:31 +01:00
FileUpdates Add non-emptiness check 2021-01-29 11:47:29 +01:00
fixtures implement DTO for plugins (#4881) 2021-01-29 11:47:27 +01:00
Internal/Provider Document lowercase-string when possible (#4904) 2021-01-29 11:47:22 +01:00
LanguageServer
Loop Fix #4982 - ensure destructuring assignments are seen inside a loop 2021-01-29 11:47:29 +01:00
Progress
Template Fix #4955 - catch invalid passing class constant where templated class string expected 2021-01-29 11:47:29 +01:00
Traits Ensure Stringable is always available to tests that need it 2021-01-29 11:44:35 +01:00
TypeReconciliation Fix #4976 - improve type narrowing 2021-01-29 11:47:31 +01:00
AlgebraTest.php Fix overeager inference 2021-01-29 11:45:02 +01:00
AnnotationTest.php Fix int-mask-of expansion 2021-01-29 11:45:02 +01:00
ArgTest.php Fix #4839 - undefined possibly set in by-reference should be treated as such 2021-01-29 11:47:20 +01:00
ArrayAccessTest.php add ArrayAccess to SimpleXmlElement (#4934) 2021-01-29 11:47:27 +01:00
ArrayAssignmentTest.php implement DTO for plugins (#4881) 2021-01-29 11:47:27 +01:00
ArrayFunctionCallTest.php Fix #4917 - allow array_reduce to be called with a single arg 2021-01-29 11:47:27 +01:00
AssertAnnotationTest.php Allow assertions on static class properties (#4833) 2021-01-29 11:47:21 +01:00
AssignmentTest.php
AttributeTest.php Allow Attribute::IS_REPEATABLE (#4971) 2021-01-29 11:47:29 +01:00
BadFormatTest.php
BinaryOperationTest.php handle concatenation with int parts (#4938) 2021-01-29 11:47:27 +01:00
CallableTest.php
ClassLoadOrderTest.php Detect redundant cast (#4695) 2021-01-29 11:46:25 +01:00
ClassScopeTest.php
ClassStringTest.php
ClassTest.php Fix tests 2021-01-29 11:46:05 +01:00
CloneTest.php
ClosureTest.php Fix implicit void closure not getting recognised 2021-01-29 11:47:14 +01:00
CodebaseTest.php implement DTO for plugins (#4881) 2021-01-29 11:47:27 +01:00
ComposerLockTest.php
ConstantTest.php Break out array_key_exists tests 2021-01-29 11:47:12 +01:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php Fix #4537 - use more rigorous inerhitance for return and param types 2021-01-29 11:46:09 +01:00
DocCommentTest.php
DocumentationTest.php Added test to enforce that all supported annotations are documented (#4723) 2021-01-29 11:47:04 +01:00
EnumTest.php
ErrorBaselineTest.php
ExtendsFinalClassTest.php
ExtensionRequirementTest.php Initial proposal for psalm-require-{extends, implements} (#4361) 2021-01-29 11:41:10 +01:00
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php Fix #4827 - don’t eradicate double after int check 2021-01-29 11:47:20 +01:00
GeneratorTest.php Fix #4829 – don’t crash when yielding non-existent class 2021-01-29 11:47:19 +01:00
IfThisIsTest.php
ImmutableAnnotationTest.php
ImplementationRequirementTest.php Initial proposal for psalm-require-{extends, implements} (#4361) 2021-01-29 11:41:10 +01:00
IncludeTest.php fix phpdoc (#4905) 2021-01-29 11:47:23 +01:00
InterfaceTest.php Fix implicit void closure not getting recognised 2021-01-29 11:47:14 +01:00
InternalAnnotationTest.php
IssueBufferTest.php implement DTO for plugins (#4881) 2021-01-29 11:47:27 +01:00
IssueSuppressionTest.php
JsonOutputTest.php Fix #4349 - improve types for suggested unions 2021-01-29 11:39:57 +01:00
junit.xsd
ListTest.php
MagicMethodAnnotationTest.php Allow by reference parameters in method docblock (#4873) 2021-01-29 11:47:22 +01:00
MagicPropertyTest.php
MatchTest.php Fix #4544 - improve handling of get_class in match 2021-01-29 11:46:10 +01:00
MethodCallTest.php Memoize private inferred mutation-free methods (#4832) 2021-01-29 11:47:20 +01:00
MethodMutationTest.php
MethodSignatureTest.php Be smarter when choosing inherited param types 2021-01-29 11:47:19 +01:00
MixinAnnotationTest.php Fix #4837 - bind correct static class when checking mixin types 2021-01-29 11:47:20 +01:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php support shift and bitwise operations in constants (#4740) 2021-01-29 11:47:07 +01:00
Php70Test.php Fix test failures 2021-01-29 11:46:26 +01:00
Php71Test.php
ProjectCheckerTest.php implement DTO for plugins (#4881) 2021-01-29 11:47:27 +01:00
PropertyTypeTest.php Fix #4912 - detect mismatching property type 2021-01-29 11:47:24 +01:00
PsalmPluginTest.php
PureAnnotationTest.php Tighten up rules arouund when mutation-free methods get memoised 2021-01-29 11:47:18 +01:00
PureCallableTest.php
ReferenceConstraintTest.php
ReportOutputTest.php SARIF report: Include help links (#4924) 2021-01-29 11:47:25 +01:00
ReturnTypeTest.php Fix implicit void closure not getting recognised 2021-01-29 11:47:14 +01:00
SelfOutTest.php
StubTest.php Fix #4705 - clear documenting method ids when scanning stubs 2021-01-29 11:47:10 +01:00
SwitchTypeTest.php Fix #4794 - invvalidate dependent types when their variables change 2021-01-29 11:47:17 +01:00
TaintTest.php Avoid false positives for taint specialized calls even when not using a variable (#4948) 2021-01-29 11:47:28 +01:00
TestCase.php Add SARIF as report output (#4582) 2021-01-29 11:46:13 +01:00
TestConfig.php
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php Ensure Stringable is always available to tests that need it 2021-01-29 11:44:35 +01:00
TraceTest.php
TraitTest.php Track final-ness of class when evaluating trait returns 2021-01-29 11:44:31 +01:00
TryCatchTest.php Make more try vars potentially undefined 2021-01-29 11:47:14 +01:00
TypeAnnotationTest.php Fix #4653 - prevent crash with recursive type in root namespace 2021-01-29 11:46:20 +01:00
TypeCombinationTest.php Don’t erase already-known literal ints 2021-01-29 11:46:20 +01:00
TypeParseTest.php Turn template bound tuples into object 2021-01-29 11:46:27 +01:00
UnusedCodeTest.php Break out parent and implemented class checks 2021-01-29 11:47:26 +01:00
UnusedVariableTest.php Mixed array access should mark vars as used just in case 2021-01-29 11:47:14 +01:00
VariadicTest.php