1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2019-01-21 17:42:25 -05:00
..
DummyProject Improve test coverage of ProjectChecker 2018-10-17 11:03:32 -04:00
FileUpdates Don’t complain about mixed after unpacking arg 2019-01-21 17:42:25 -05:00
Internal/Provider Don’t localise PropertyNotSetInConstructor issues 2019-01-15 21:34:18 -05:00
LanguageServer Add DuplicateFunction issue 2019-01-06 16:40:44 -05:00
Loop Fix issue with do analysis while loops 2019-01-07 01:15:30 -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
symlinktest Add file to folder so git sees it 2019-01-06 13:50:57 -05:00
Traits Enable casing plugin and fix issues it found 2019-01-12 10:52:23 -05:00
AnnotationTest.php Make foreach var annotation use more cautious 2019-01-20 11:49:13 -05:00
ArgTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ArrayAccessTest.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
ArrayAssignmentTest.php Fix #1180 - array key maths was wrong 2019-01-08 09:56:54 -05:00
AssertTest.php Fix #987 - namespace asserted classes 2019-01-12 11:40:19 -05:00
AssignmentTest.php Fix #1195 - check assignments in byref 2019-01-11 14:57:21 -05:00
BadFormatTest.php Fix #1215 - prevent bad code from crashing Psalm 2019-01-20 11:10:12 -05:00
BinaryOperationTest.php Fix #833 - warn on some invalid operands 2019-01-13 10:15:15 -05:00
bootstrap.php Improve handling of array_search and strstr, and restrict ini_set types 2018-08-29 13:58:07 -04:00
CallableTest.php Fix #760 - coerce __invoke method to closure 2019-01-21 17:08:12 -05:00
ClassLoadOrderTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ClassScopeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ClassStringTest.php Fix #1219 - allow generation of intersections inside class-string 2019-01-20 10:39:08 -05:00
ClassTest.php Don’t crash when suppressing UndefinedClass with bad params 2019-01-05 12:59:12 -05:00
ComposerLockTest.php Move more classes into Internal namespace 2018-11-18 12:41:47 -05:00
ConfigFileTest.php Move more classes into Internal namespace 2018-11-18 12:41:47 -05:00
ConfigTest.php Fix #1225 - ignore classes using patterns 2019-01-21 16:48:12 -05:00
ConstantTest.php Fix #1220 - improve constant resolution 2019-01-20 09:52:26 -05:00
DeprecatedAnnotationTest.php Fix #689 - add checks for @internal annotations 2018-12-01 18:37:49 -05:00
DocumentationTest.php Enable casing plugin and fix issues it found 2019-01-12 10:52:23 -05:00
EmptyTest.php Fix #1149 - allow empty check on iterable 2018-12-26 11:52:37 +01:00
EnumTest.php Fix #1202 - don’t allow undefined constants in enums 2019-01-15 11:31:13 -05:00
ErrorBaselineTest.php Normalise baseline file slashes 2019-01-10 00:10:16 -05:00
FileDiffTest.php Make diff map more verbose so it can serve as a list of safe zones 2019-01-08 00:54:48 -05:00
FileManipulationTest.php Don’t crash when suppressing UndefinedClass with bad params 2019-01-05 12:59:12 -05:00
FileReferenceTest.php Refactor the method call analyzer a little 2019-01-12 09:13:54 -05:00
ForbiddenCodeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
FunctionCallTest.php Fix #1173 - transform const X = true to a true type 2019-01-21 16:55:50 -05:00
IncludeTest.php Enable casing plugin and fix issues it found 2019-01-12 10:52:23 -05:00
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 Fix #1223 - MissingClosureParamType should use all known suppressed issues 2019-01-21 12:36:17 -05:00
JsonOutputTest.php Fix crashes when analysing aliased class instances 2018-12-21 11:32:44 -05:00
ListTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
MagicMethodAnnotationTest.php Add support for static @method annotations 2019-01-18 11:37:52 -05:00
MagicPropertyTest.php Allow @property to override parent class property type 2019-01-19 14:26:27 -05:00
MethodCallTest.php abstract trait method return type override should not be MethodSignatureMistmatch 2019-01-13 13:27:07 -05:00
MethodMutationTest.php Change _checker to _analyzer 2018-11-12 11:20:59 -05:00
MethodSignatureTest.php Fix issue where @inheritdoc could override local param types 2019-01-19 12:42:46 -05:00
NamespaceTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
Php40Test.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
Php55Test.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
Php56Test.php Add DuplicateFunction issue 2019-01-06 16:40:44 -05:00
Php70Test.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
Php71Test.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
PluginListTest.php Move more classes into Internal namespace 2018-11-18 12:41:47 -05:00
PluginTest.php Add float-checking plugin, and support for custom plugin issues 2019-01-07 08:38:56 -05:00
ProjectCheckerTest.php Namespace test providers under Internal cc @TysonAndre 2018-11-12 11:20:59 -05:00
PropertyTypeTest.php Fix #1217 - allow protected property to be se by parent constructor 2019-01-20 11:20:39 -05:00
PsalmPluginTest.php Move more classes into Internal namespace 2018-11-18 12:41:47 -05:00
RedundantConditionTest.php Fix #1177 - prevent redundant condition leaking 2019-01-07 18:22:42 -05:00
ReferenceConstraintTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ReportOutputTest.php Adding a PHP 7.0-friendly return annotation to a test. 2018-12-09 17:34:47 -05:00
ReturnTypeTest.php Add no-returns et al to list of psalm-reserved words 2019-01-02 17:26:05 -05:00
ScopeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
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 Apply same rules that Hack uses for bottom types 2019-01-19 18:51:18 -05:00
TestCase.php Enable casing plugin and fix issues it found 2019-01-12 10:52:23 -05:00
TestConfig.php Fix tests and return types 2018-03-03 15:25:35 -05:00
ThrowsAnnotationTest.php Don’t crash when encountering empty @throws 2019-01-06 10:01:35 -05:00
ToStringTest.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
TraitTest.php Fix #1208 - respect inheritance when combining in boolean operation 2019-01-18 10:08:16 -05:00
TryCatchTest.php Fix #1221 - no TypeDoesNotContainType in catch or finally 2019-01-20 09:27:46 -05:00
TypeAlgebraTest.php Fix #1208 - respect inheritance when combining in boolean operation 2019-01-18 10:08:16 -05:00
TypeAnnotationTest.php Remove failing test 2018-12-20 01:16:11 -05:00
TypeCombinationTest.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
TypeParseTest.php Fix #390 - add support for object{foo:int, bar:string} annotation 2019-01-18 00:56:24 -05:00
TypeReconciliationTest.php Add changes from PHPStan, thanks @voku 2019-01-08 21:44:50 -05:00
TypeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
UnusedCodeTest.php Enable casing plugin and fix issues it found 2019-01-12 10:52:23 -05:00
UnusedVariableTest.php Enable casing plugin and fix issues it found 2019-01-12 10:52:23 -05:00
ValueTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
VariadicTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00