1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2019-01-02 17:05:39 -05:00
..
DummyProject
FileUpdates Clear up use of reloadFiles 2019-01-02 12:10:52 -05:00
Internal/Provider
LanguageServer Clear up use of reloadFiles 2019-01-02 12:10:52 -05:00
Loop Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
performance Fix #1150 2019-01-02 11:18:22 -05:00
stubs Fix static calls on class_aliased classes 2018-12-21 11:39:28 -05:00
Traits
AnnotationTest.php Fix #1115 - allow a parent @throws to capture children 2018-12-05 22:50:16 -05:00
ArgTest.php
ArrayAccessTest.php Fix issue with by-ref args 2018-12-21 13:53:22 -05:00
ArrayAssignmentTest.php Fix build 2018-12-19 20:01:27 -05:00
AssertTest.php
AssignmentTest.php
BadFormatTest.php
BinaryOperationTest.php
bootstrap.php
CallableTest.php Fix getId calls on callable return types 2018-12-08 14:10:06 -05:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassStringTest.php Make class-string rules more strict 2019-01-02 14:24:45 -05:00
ClassTest.php Fix #1154 - parent::foo() calls should not cause exception when parent does not exist 2018-12-30 18:28:15 +01:00
ComposerLockTest.php
ConfigFileTest.php
ConfigTest.php
ConstantTest.php Fix #1165 - default inherited unresolved constants to mixed 2019-01-02 13:46:46 -05:00
DeprecatedAnnotationTest.php
DocumentationTest.php Fix crashes when analysing aliased class instances 2018-12-21 11:32:44 -05:00
EmptyTest.php Fix #1149 - allow empty check on iterable 2018-12-26 11:52:37 +01:00
EnumTest.php
ErrorBaselineTest.php
FileDiffTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
FileManipulationTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php 🐛 #1163 Fix handling for default option in filter_var 2019-01-02 13:27:53 -05:00
IncludeTest.php
InterfaceTest.php Inherit parameters via @inheritdoc 2018-12-21 11:01:24 -05:00
InternalAnnotationTest.php Don’t propagate internal to methods/properties of traits and interfaces 2018-12-13 09:28:30 -05:00
IssetTest.php Fix errors in doctrine/dbal 2018-12-20 01:06:43 -05:00
IssueSuppressionTest.php
JsonOutputTest.php Fix crashes when analysing aliased class instances 2018-12-21 11:32:44 -05:00
ListTest.php
MagicMethodAnnotationTest.php
MagicPropertyTest.php
MethodCallTest.php Fix #1143 - check some variable new calls 2019-01-02 06:58:49 -05:00
MethodMutationTest.php
MethodSignatureTest.php Fix #1117 - enforce argument counts on interface __constructors 2018-12-12 22:35:27 -05:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php
Php70Test.php
Php71Test.php
PluginListTest.php
PluginTest.php
ProjectCheckerTest.php
PropertyTypeTest.php
PsalmPluginTest.php
RedundantConditionTest.php Fix erroneous redundant condition warning 2018-12-19 16:10:09 -05:00
ReferenceConstraintTest.php
ReportOutputTest.php Adding a PHP 7.0-friendly return annotation to a test. 2018-12-09 17:34:47 -05:00
ReturnTypeTest.php Add support for @return no-return 2019-01-02 17:05:39 -05:00
ScopeTest.php
StubTest.php Fix static calls on class_aliased classes 2018-12-21 11:39:28 -05:00
SwitchTypeTest.php Fix #1116 - provide slightly clearer message when comparing a class string to a string 2018-12-05 22:29:06 -05:00
TemplateTest.php Fix templated @return T::class output 2019-01-02 06:46:10 -05:00
TestCase.php
TestConfig.php
ThrowsAnnotationTest.php Fix #1115 - allow a parent @throws to capture children 2018-12-05 22:50:16 -05:00
ToStringTest.php
TraitTest.php
TryCatchTest.php
TypeAlgebraTest.php Add checks for if (count($a)) and if (count($a) [operator] [number]) 2018-12-19 16:15:19 -05:00
TypeAnnotationTest.php Remove failing test 2018-12-20 01:16:11 -05:00
TypeCombinationTest.php Fix build 2018-12-19 20:01:27 -05:00
TypeParseTest.php Check variable static calls 2019-01-02 09:00:45 -05:00
TypeReconciliationTest.php Fix issue with empty mixed analysis with union 2018-12-10 11:17:35 -05:00
TypeTest.php
UnusedCodeTest.php Fix #1125 - check protected method overridden ids for use 2018-12-13 17:20:29 -05:00
UnusedVariableTest.php Fix #1143 - check some variable new calls 2019-01-02 06:58:49 -05:00
ValueTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
VariadicTest.php