1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2019-02-10 16:45:36 -05:00
..
DummyProject Make return type docblock-based 2019-02-08 18:08:53 -05:00
FileUpdates Only move issue once 2019-02-07 18:47:50 -05:00
Internal/Provider Don’t localise PropertyNotSetInConstructor issues 2019-01-15 21:34:18 -05:00
LanguageServer Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
Loop insufficient type-hinting to indicate size of chunk :( 2019-02-06 16:43:22 -05:00
performance
stubs
symlinktest Add file to folder so git sees it 2019-01-06 13:50:57 -05:00
Template Fix #1309 - no PropertyNotSetInConstructor warnings for grandchild of class 2019-02-10 15:01:10 -05:00
Traits Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
AnnotationTest.php Don’t throw exception when property is missing type 2019-02-07 18:10:32 -05:00
ArgTest.php
ArrayAccessTest.php Add more nuanced analysis of array access fetch 2019-01-30 15:40:37 -05:00
ArrayAssignmentTest.php Use more specific templated argument 2019-02-07 15:21:34 -05:00
AssertTest.php Fix #1227 - allow genric params in @psalm-assert 2019-01-22 23:42:54 -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 adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -05:00
bootstrap.php
CallableTest.php Fix #1313 - don’t allow mixed function calls 2019-02-10 16:15:52 -05:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassStringTest.php Fix #1275 - improve combination of class-string types 2019-02-03 17:32:44 -05:00
ClassTest.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
ComposerLockTest.php Dropped usage of now deprecated assertArraySubset 2019-02-01 17:09:37 -05:00
ConfigFileTest.php PHP_EOL is sometimes the wrong EOL under windows 2019-02-06 14:29:10 -05:00
ConfigTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
ConstantTest.php Fix #1220 - improve constant resolution 2019-01-20 09:52:26 -05:00
DeprecatedAnnotationTest.php
DocumentationTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
EmptyTest.php Fix #1297 - prevent false positive TypeDoesNotContainType for class const array offset 2019-02-07 16:24:31 -05:00
EnumTest.php Fix #1253 - prevent ints from coercing to literal floats 2019-01-27 23:21:54 -05:00
ErrorBaselineTest.php Show total fixed errors when updating baseline 2019-02-09 11:20:48 -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 Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
FileReferenceTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
ForbiddenCodeTest.php
FunctionCallTest.php Fix #1313 - don’t allow mixed function calls 2019-02-10 16:15:52 -05:00
IncludeTest.php Enable casing plugin and fix issues it found 2019-01-12 10:52:23 -05:00
InterfaceTest.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
InternalAnnotationTest.php
IssetTest.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
IssueSuppressionTest.php Fix #1223 - MissingClosureParamType should use all known suppressed issues 2019-01-21 12:36:17 -05:00
JsonOutputTest.php
ListTest.php
MagicMethodAnnotationTest.php adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -05:00
MagicPropertyTest.php Add code to make handling interfaces with magic get/set 2019-01-23 16:58:50 -05:00
MethodCallTest.php adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -05:00
MethodMutationTest.php
MethodSignatureTest.php adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -05:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php Fix #1273 - don’t change type with unpacked var 2019-02-03 16:36:10 -05:00
Php70Test.php Fix #1307 - improve generator array type 2019-02-09 15:48:15 -05:00
Php71Test.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
PluginListTest.php
PluginTest.php Add float-checking plugin, and support for custom plugin issues 2019-01-07 08:38:56 -05:00
ProjectCheckerTest.php Fix #1300 - add functions mentioned in class file where class is used 2019-02-08 17:41:03 -05:00
PropertyTypeTest.php Fix #1309 - no PropertyNotSetInConstructor warnings for grandchild of class 2019-02-10 15:01:10 -05:00
PsalmPluginTest.php
RedundantConditionTest.php Fix #1177 - prevent redundant condition leaking 2019-01-07 18:22:42 -05:00
ReferenceConstraintTest.php
ReportOutputTest.php adding PHP_EOL to tests that fail under windows 2019-02-06 14:29:10 -05:00
ReturnTypeTest.php
ScopeTest.php
StubTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
SwitchTypeTest.php adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -05:00
TestCase.php Default tests to use PHP 7.3 standards 2019-02-07 14:08:35 -05:00
TestConfig.php
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 Don’t throw exception when ignoring trait absence 2019-02-10 16:32:30 -05:00
TryCatchTest.php Fix #1299 - vars defined in catches before throw are possibly-defined for finally 2019-02-09 15:39:30 -05:00
TypeAlgebraTest.php Fix #1208 - respect inheritance when combining in boolean operation 2019-01-18 10:08:16 -05:00
TypeAnnotationTest.php
TypeCombinationTest.php Fix #1254 - merge literal and class-strings types into string 2019-01-29 10:34:31 -05:00
TypeParseTest.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
TypeReconciliationTest.php Limit callable::__invoke test to PHP71 2019-02-10 16:45:36 -05:00
TypeTest.php
UnusedCodeTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
UnusedVariableTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
ValueTest.php
VariadicTest.php