1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
Jon Ursenbach c6a8b53a4d Refactoring output formats and creating a new "compact" format.
The new compact format generates your report within a table
structure that is similar to PHPCS.

Resolves #967
2018-12-09 17:34:47 -05:00
..
DummyProject Improve test coverage of ProjectChecker 2018-10-17 11:03:32 -04:00
FileUpdates Differentiate between types merged in a write context vs types merged in return 2018-11-28 10:41:49 -05:00
Internal/Provider Namespace test providers under Internal cc @TysonAndre 2018-11-12 11:20:59 -05:00
LanguageServer Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
Loop Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
performance Fix #490 - warm about unknown @psalm- annotations 2018-12-01 15:29:14 -05:00
stubs Fix #945 - allow ...$foo in docblock for non-user files to inform variadic 2018-11-30 19:21:14 -05:00
Traits Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
AnnotationTest.php Fix #1115 - allow a parent @throws to capture children 2018-12-05 22:50:16 -05:00
ArgTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ArrayAccessTest.php Fix #1107 - be more lenient with possibly undefined array access when suppressed 2018-12-05 22:35:08 -05:00
ArrayAssignmentTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
AssertTest.php Fix #1095 - prevent complex assertion redundant condition 2018-11-29 23:25:30 -05:00
AssignmentTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
BadFormatTest.php Improve performance when parsing large files with few changes 2018-10-26 00:59:14 -04:00
BinaryOperationTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -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 getId calls on callable return types 2018-12-08 14:10:06 -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 Default allowStringToStandInForClass to true and fix errors found 2018-11-12 12:03:55 -05:00
ClassTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -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 Add better message when reconciling fails with bad result 2018-12-05 10:36:42 -05:00
ConstantTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
DeprecatedAnnotationTest.php Fix #689 - add checks for @internal annotations 2018-12-01 18:37:49 -05:00
DocumentationTest.php Namespace test providers under Internal cc @TysonAndre 2018-11-12 11:20:59 -05:00
EmptyTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
EnumTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ErrorBaselineTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
FileDiffTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
FileManipulationTest.php Differentiate between types merged in a write context vs types merged in return 2018-11-28 10:41:49 -05:00
FileReferenceTest.php Namespace test providers under Internal cc @TysonAndre 2018-11-12 11:20:59 -05:00
ForbiddenCodeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
FunctionCallTest.php Fix getId calls on callable return types 2018-12-08 14:10:06 -05:00
IncludeTest.php Change _checker to _analyzer 2018-11-12 11:20:59 -05:00
InterfaceTest.php Add support for overriding method visibility too 2018-11-25 11:11:33 -05:00
InternalAnnotationTest.php Fix #689 - add checks for @internal annotations 2018-12-01 18:37:49 -05:00
IssetTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
IssueSuppressionTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
JsonOutputTest.php Namespace test providers under Internal cc @TysonAndre 2018-11-12 11:20:59 -05:00
ListTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
MagicMethodAnnotationTest.php Fix #999 - respect @method annotations to redefine parent methods 2018-11-30 15:13:25 -05:00
MagicPropertyTest.php Fix #1090 - re-fix support for magic get properties 2018-11-21 16:57:54 -05:00
MethodCallTest.php Default allowStringToStandInForClass to true and fix errors found 2018-11-12 12:03:55 -05:00
MethodMutationTest.php Change _checker to _analyzer 2018-11-12 11:20:59 -05:00
MethodSignatureTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -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 Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
Php70Test.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
Php71Test.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
PluginListTest.php Move more classes into Internal namespace 2018-11-18 12:41:47 -05:00
PluginTest.php Namespace test providers under Internal cc @TysonAndre 2018-11-12 11:20:59 -05:00
ProjectCheckerTest.php Namespace test providers under Internal cc @TysonAndre 2018-11-12 11:20:59 -05:00
PropertyTypeTest.php Fix #1090 - re-fix support for magic get properties 2018-11-21 16:57:54 -05:00
PsalmPluginTest.php Move more classes into Internal namespace 2018-11-18 12:41:47 -05:00
RedundantConditionTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
ReferenceConstraintTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ReportOutputTest.php Refactoring output formats and creating a new "compact" format. 2018-12-09 17:34:47 -05:00
ReturnTypeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ScopeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
StubTest.php Add better message when reconciling fails with bad result 2018-12-05 10:36:42 -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 #1119 - prevent interesections on generic params from breaking stuff 2018-12-08 15:17:43 -05:00
TestCase.php Namespace test providers under Internal cc @TysonAndre 2018-11-12 11:20:59 -05:00
TestConfig.php Fix tests and return types 2018-03-03 15:25:35 -05:00
ThrowsAnnotationTest.php Fix #1115 - allow a parent @throws to capture children 2018-12-05 22:50:16 -05:00
ToStringTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
TraitTest.php Fix #1104 - allow multiple trait method aliases to map to same method 2018-11-30 13:45:49 -05:00
TryCatchTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
TypeAlgebraTest.php Remove support for get_class($a) === "somestring" 2018-11-28 23:59:43 -05:00
TypeCombinationTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
TypeParseTest.php Fix getId calls on callable return types 2018-12-08 14:10:06 -05:00
TypeReconciliationTest.php Fix #1118 - detect possible issues with unions of mixed 2018-12-08 13:18:55 -05:00
TypeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
UnusedCodeTest.php Namespace test providers under Internal cc @TysonAndre 2018-11-12 11:20:59 -05:00
UnusedVariableTest.php Increase limits of literal strings to 50 characters 2018-11-27 17:48: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