1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2019-03-14 10:11:45 -04:00
..
DummyProject
FileUpdates Prevent tests in PHP 7.1 2019-03-05 18:27:25 -05:00
Internal/Provider Fix unnecessary params in Psalm codebase 2019-02-23 11:31:33 -05:00
LanguageServer More tests fixed 2019-03-02 08:43:19 -05:00
Loop More provider typing 2019-03-02 08:43:19 -05:00
performance
Plugin Add defining class and increas string length 2019-03-12 12:58:04 -04:00
stubs Improve ergonomics of PHPStorm meta parsing 2019-02-16 18:50:25 -05:00
symlinktest
Template Localise overridden templated param types 2019-03-14 10:11:45 -04:00
Traits Add special type for SQL select strings for plugins to consume 2019-03-07 14:56:18 -05:00
AnnotationTest.php Fix #1379 - allow @param-out to change type 2019-03-03 15:11:09 -05:00
ArgTest.php More provider typing 2019-03-02 08:43:19 -05:00
ArrayAccessTest.php More provider typing 2019-03-02 08:43:19 -05:00
ArrayAssignmentTest.php More provider typing 2019-03-02 08:43:19 -05:00
AssertTest.php Allow sequential unsets with missing keys 2019-03-11 01:54:32 -04:00
AssignmentTest.php More provider typing 2019-03-02 08:43:19 -05:00
BadFormatTest.php
BinaryOperationTest.php More provider typing 2019-03-02 08:43:19 -05:00
bootstrap.php
CallableTest.php Add defining class and increas string length 2019-03-12 12:58:04 -04:00
ClassLoadOrderTest.php More provider typing 2019-03-02 08:43:19 -05:00
ClassScopeTest.php More provider typing 2019-03-02 08:43:19 -05:00
ClassStringTest.php Coerce class string types together 2019-03-08 17:35:09 -05:00
ClassTest.php Fix #1435 - prevent classes extending interfaces 2019-03-07 11:16:40 -05:00
CodebaseTest.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
ComposerLockTest.php
ConfigFileTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
ConfigTest.php Define globals in more places 2019-03-11 15:53:21 -04:00
ConstantTest.php Fix const reference in current context 2019-03-03 16:43:24 -05:00
DeprecatedAnnotationTest.php More provider typing 2019-03-02 08:43:19 -05:00
DocumentationTest.php Fixed identified issues 2019-03-02 08:43:19 -05:00
EmptyTest.php More provider typing 2019-03-02 08:43:19 -05:00
EnumTest.php More provider typing 2019-03-02 08:43:19 -05:00
ErrorBaselineTest.php Show total fixed errors when updating baseline 2019-02-09 11:20:48 -05:00
FileDiffTest.php More tests fixed 2019-03-02 08:43:19 -05:00
FileManipulationTest.php Fixed identified issues 2019-03-02 08:43:19 -05:00
FileReferenceTest.php Fixed identified issues 2019-03-02 08:43:19 -05:00
ForbiddenCodeTest.php More provider typing 2019-03-02 08:43:19 -05:00
FunctionCallTest.php Fix #1397 - fix get_class behaviour for new instances 2019-03-02 18:02:11 -05:00
IncludeTest.php Fix #1417 - store root file path when scanning for manipulations 2019-03-02 15:07:26 -05:00
InterfaceTest.php Add another test 2019-03-09 20:26:17 -05:00
InternalAnnotationTest.php More provider typing 2019-03-02 08:43:19 -05:00
IssetTest.php More provider typing 2019-03-02 08:43:19 -05:00
IssueSuppressionTest.php More provider typing 2019-03-02 08:43:19 -05:00
JsonOutputTest.php Fix #1437 - use correct return type line for error 2019-03-07 23:19:17 -05:00
ListTest.php More provider typing 2019-03-02 08:43:19 -05:00
MagicMethodAnnotationTest.php Remove bad test 2019-03-07 09:27:34 -05:00
MagicPropertyTest.php More provider typing 2019-03-02 08:43:19 -05:00
MethodCallTest.php More provider typing 2019-03-02 08:43:19 -05:00
MethodMutationTest.php Mutation checks should not care about return type 2019-03-06 11:12:36 -05:00
MethodSignatureTest.php Allow capitalized @inheritDoc 2019-03-09 20:26:17 -05:00
NamespaceTest.php More provider typing 2019-03-02 08:43:19 -05:00
Php40Test.php More provider typing 2019-03-02 08:43:19 -05:00
Php55Test.php More provider typing 2019-03-02 08:43:19 -05:00
Php56Test.php More provider typing 2019-03-02 08:43:19 -05:00
Php70Test.php More provider typing 2019-03-02 08:43:19 -05:00
Php71Test.php More provider typing 2019-03-02 08:43:19 -05:00
PluginListTest.php More tests fixed 2019-03-02 08:43:19 -05:00
PluginTest.php New plugin hooks (#1405) 2019-03-01 08:57:10 -05:00
ProjectCheckerTest.php More provider typing 2019-03-02 08:43:19 -05:00
PropertyTypeTest.php More provider typing 2019-03-02 08:43:19 -05:00
PsalmPluginTest.php
RedundantConditionTest.php More provider typing 2019-03-02 08:43:19 -05:00
ReferenceConstraintTest.php Don’t change value of $this by reference 2019-03-03 20:16:11 -05:00
ReportOutputTest.php Fix #1437 - use correct return type line for error 2019-03-07 23:19:17 -05:00
ReturnTypeTest.php Fix #1437 - use correct return type line for error 2019-03-07 23:19:17 -05:00
ScopeTest.php More provider typing 2019-03-02 08:43:19 -05:00
StubTest.php Fix position of invalid param 2019-02-27 16:00:44 -05:00
SwitchTypeTest.php More provider typing 2019-03-02 08:43:19 -05:00
TestCase.php
TestConfig.php
ThrowsAnnotationTest.php Fix #1325 - allow MissingThrowsDocblock to be suppressed 2019-02-18 16:41:06 -05:00
ToStringTest.php More provider typing 2019-03-02 08:43:19 -05:00
TraitTest.php Flip abstract trait analysis implementation checks 2019-03-02 14:17:26 -05:00
TryCatchTest.php More provider typing 2019-03-02 08:43:19 -05:00
TypeAlgebraTest.php More provider typing 2019-03-02 08:43:19 -05:00
TypeAnnotationTest.php More provider typing 2019-03-02 08:43:19 -05:00
TypeCombinationTest.php More provider typing 2019-03-02 08:43:19 -05:00
TypeParseTest.php Fix #1393 - support analysing non-empty-array calls 2019-02-27 09:08:27 -05:00
TypeReconciliationTest.php Fix #1419 - allow checks against empty arrays 2019-03-02 15:18:29 -05:00
TypeTest.php More provider typing 2019-03-02 08:43:19 -05:00
UnusedCodeTest.php Fixed identified issues 2019-03-02 08:43:19 -05:00
UnusedVariableTest.php Fix #1413 - don’t complain about byref use param 2019-03-10 16:36:35 -04:00
ValueTest.php Allow numeric to be coerced to literal int 2019-03-12 01:26:19 -04:00
VariadicTest.php More provider typing 2019-03-02 08:43:19 -05:00