1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2019-06-20 08:59:04 -04:00
..
Config Fix #1617 - add option to only show errors in reports 2019-06-09 12:37:28 -04:00
EndToEnd Add end to end tests that invoke psalm as a separate process (#1798) 2019-06-16 15:56:00 -04:00
FileManipulation Fix readability for object-like types when running psalter (#1708) 2019-06-16 09:20:49 -04:00
FileUpdates Fix #1780 - set open file contents on save 2019-06-13 15:25:55 -04:00
fixtures Add end to end tests that invoke psalm as a separate process (#1798) 2019-06-16 15:56:00 -04:00
Internal/Provider
LanguageServer Fix problem locating end of completion area 2019-06-12 13:43:35 -04:00
Loop Fix #1704 - improve type coercion complaints 2019-05-29 14:22:15 -04:00
Progress Progress bar (#1709) 2019-05-30 10:30:41 -04:00
Template Fix #1813 - convert object&Foo into Foo after template resolution 2019-06-19 12:00:19 -04:00
Traits
AnnotationTest.php Fix #1799 - support trailing commas in object-like docblock types 2019-06-18 17:47:06 -04:00
ArgTest.php Fix test array spacing 2019-06-16 09:42:34 -04:00
ArrayAccessTest.php Fix #1770 - fix notice that should not be 2019-06-12 09:13:59 -04:00
ArrayAssignmentTest.php Fix test array spacing 2019-06-16 09:42:34 -04:00
AssertTest.php Fix #1736 - forbid | in @psalm-assert 2019-06-05 00:46:55 -04:00
AssignmentTest.php
BadFormatTest.php
BinaryOperationTest.php
CallableTest.php Fix test array spacing 2019-06-16 09:42:34 -04:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassStringTest.php Fix #1801 - add support for class_exists(Foo::class) too 2019-06-17 11:31:43 -04:00
ClassTest.php Allow class_exists(..., false) to inform class-string type 2019-05-28 13:16:09 -04:00
CodebaseTest.php Fix #1784 - detect missing end brackets 2019-06-15 17:57:40 -04:00
ComposerLockTest.php Implemented multiple composer roots for plugins (#1723) 2019-06-02 11:23:56 -04:00
ConstantTest.php Fix #1791 - complain about missing class constants 2019-06-15 12:19:26 -04:00
DeprecatedAnnotationTest.php Fix #1814 - warn about deprected ::class access 2019-06-19 12:42:51 -04:00
DocumentationTest.php Move docs into subfolders 2019-06-09 00:54:13 -04:00
EmptyTest.php Allow array access on @template T as array 2019-05-23 18:06:22 -04:00
EnumTest.php
ErrorBaselineTest.php Fix #1747 - be tolerant of slash differences in baseline 2019-06-09 10:30:14 -04:00
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php Fix #1816 - convert array_filter strings to full closures 2019-06-19 17:42:42 -04:00
IncludeTest.php
InterfaceTest.php Fix #710 - treat keyed intersections of iterators properly 2019-05-29 19:58:54 -04:00
InternalAnnotationTest.php Fix typos 2019-05-30 08:53:20 -04:00
IsAbsolutePathTest.php Namespace autoloaded functions (#1724) 2019-06-02 11:23:25 -04:00
IssetTest.php Fix #1737 properly 2019-06-04 14:08:49 -04:00
IssueSuppressionTest.php Keep going even when function doesn’t exist 2019-06-15 16:14:36 -04:00
JsonOutputTest.php Fix #1617 - add option to only show errors in reports 2019-06-09 12:37:28 -04:00
ListTest.php
MagicMethodAnnotationTest.php Fix #1692 - allow magic annotations on all interfaces without config flag 2019-05-26 23:35:03 -04:00
MagicPropertyTest.php Don’t remove null after magic property fetch 2019-05-27 09:18:34 -04:00
MethodCallTest.php
MethodMutationTest.php
MethodSignatureTest.php Allow misplaced required params so Psalm still inspects the code 2019-06-07 09:25:12 -04:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php Fix test array spacing 2019-06-16 09:42:34 -04:00
Php70Test.php
Php71Test.php
ProjectCheckerTest.php Fix #1617 - add option to only show errors in reports 2019-06-09 12:37:28 -04:00
PropertyTypeTest.php Fix #1787 - prevent initialisation when nullable isn’t set 2019-06-14 16:53:40 -04:00
PsalmInternalAnnotationTest.php
PsalmPluginTest.php
RedundantConditionTest.php Fix erroneous update of existing variables 2019-05-23 18:04:12 -04:00
ReferenceConstraintTest.php
ReportOutputTest.php Add a 'sonarqube' report type (#1808) 2019-06-17 21:17:09 -04:00
ReturnTypeTest.php
ScopeTest.php
StubTest.php Fix #1752 - don’t enter if/else when class/interfaces/functions don’t exist 2019-06-09 23:50:28 -04:00
SwitchTypeTest.php
TestCase.php Fix #1617 - add option to only show errors in reports 2019-06-09 12:37:28 -04:00
TestConfig.php
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php Fix #1704 - improve type coercion complaints 2019-05-29 14:22:15 -04:00
TraitTest.php
TryCatchTest.php
TypeAlgebraTest.php
TypeAnnotationTest.php
TypeCombinationTest.php Fix test array spacing 2019-06-16 09:42:34 -04:00
TypeParseTest.php Fix test array spacing 2019-06-16 09:42:34 -04:00
TypeReconciliationTest.php Fix dupe test name 2019-06-20 08:59:04 -04:00
TypeTest.php
UnusedCodeTest.php Fix issue where extension_loaded stopped constructor being recognised 2019-06-15 18:49:58 -04:00
UnusedVariableTest.php Fix #1784 - detect missing end brackets 2019-06-15 17:57:40 -04:00
ValueTest.php Allow property default to include value-of option 2019-06-09 12:47:27 -04:00
VariadicTest.php