1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2018-05-12 00:28:21 -04:00
..
Provider Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -05:00
stubs Fix #699 - prevent stubs from overriding known functions 2018-04-27 15:00:22 -04:00
Traits Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
AnnotationTest.php Create separate file for magic properties 2018-05-08 20:25:39 -04:00
ArgTest.php If there’s any overlap in types use PossiblyInvalidArgument 2018-05-01 14:27:05 -04:00
ArrayAccessTest.php Fix #733 - DomNodeList implements ArrayAccess 2018-05-11 23:21:53 -04:00
ArrayAssignmentTest.php Improve array handling when offsets hard to define 2018-05-07 16:22:04 -04:00
AssertTest.php Don’t adhere to assert rules with ored truths 2018-02-25 11:30:45 -05:00
AssignmentTest.php Change test assertion keying 2017-06-29 10:22:49 -04:00
BadFormatTest.php Create Config before ProjectChecker, and remove test-specific code from FileChecker 2018-01-21 10:22:04 -05:00
BinaryOperationTest.php Make sure div operations return GMP too 2018-05-05 13:14:59 -04:00
bootstrap.php Add new issues for missing required files 2017-10-29 14:39:23 -04:00
CallableTest.php Support __invoke return types 2018-05-08 19:49:25 -04:00
ClassLoadOrderTest.php Fix formatting of return type adder 2018-01-11 15:50:58 -05:00
ClassScopeTest.php Make Psalm compatible with PHP Parser 4 2018-04-17 13:06:02 -04:00
ClassTest.php Fix #669 - improve signatures of mysql 2018-04-13 10:51:18 -04:00
ConfigTest.php Add support for referencedProperty error restrictions 2018-05-11 00:07:41 -04:00
ConstantTest.php Fix #729 and prevent impossible const array access 2018-05-11 23:14:44 -04:00
DocumentationTest.php Fix mixed empty checks 2018-05-08 16:34:08 -04:00
EmptyTest.php Fix mixed empty checks 2018-05-08 16:34:08 -04:00
FileManipulationTest.php Improve checks to prevent breaking existing typehints when running psalter 2018-03-23 16:34:45 -04:00
FileReferenceTest.php Fix #193 - allow caching of storages 2018-02-19 00:27:39 -05:00
ForbiddenCodeTest.php Don’t ignore @function calls 2018-03-12 23:48:10 -04:00
ForeachTest.php Fix #684 - use getIterator return type for IteratorAggregate functions 2018-04-18 23:47:21 -04:00
ForTest.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
FunctionCallTest.php Fix #703 - prevent undefined param offset 2018-04-30 22:18:41 -04:00
IncludeTest.php Add test to find bad behaviour 2018-03-30 19:15:24 -04:00
InterfaceTest.php Make Throwable tests PHP7-only 2018-04-18 11:47:25 -04:00
IssetTest.php Convert DNF conditions to CNF 2018-05-06 12:11:40 -04:00
IssueSuppressionTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
JsonOutputTest.php Fix erroneous input/output lines 2018-03-29 10:26:26 -04:00
ListTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
LoopScopeTest.php Fix #694 - remove descendent vars when possibly reassigning 2018-04-24 21:02:07 -04:00
MagicPropertyTest.php Fix #721 by allowing @property annotations to be inheritable 2018-05-08 22:13:26 -04:00
MethodCallTest.php Fix #734 - allow DOMDocument::appendChild to mirror its first arg 2018-05-12 00:28:21 -04:00
MethodMutationTest.php Create Codebase out from ProjectChecker 2018-01-21 13:45:33 -05:00
MethodSignatureTest.php Remove line 2018-04-21 17:44:23 -04:00
NamespaceTest.php Allow $argv/$argc to be accessed from namespace 2018-03-18 10:38:08 -04:00
Php40Test.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
Php55Test.php Add class-string type for enforcing use of ::class constants 2018-03-05 16:06:06 -05:00
Php56Test.php Fix #687 - interpret unpacked arguments in array_push and array_unshift 2018-04-20 17:14:38 -04:00
Php70Test.php Fix #588 - allow anonymous classes to call $this functions 2018-03-18 01:07:14 -04:00
Php71Test.php Fix #579 - improve checks for meta-type negation 2018-03-15 14:25:04 -04:00
PropertyTypeTest.php Fix test failure 2018-05-09 15:49:22 -04:00
RedundantConditionTest.php Fix remaining issues with logic checks 2018-05-07 14:52:45 -04:00
ReferenceConstraintTest.php Fix #438 - assign both sides of by-ref vars to mixed 2018-02-11 10:39:21 -05:00
ReportOutputTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
ReturnTypeTest.php Fix #724 - ignore any return types after return/throw/break/continue 2018-05-11 11:26:32 -04:00
ScopeTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
SwitchTypeTest.php Fix #728 - remove statement return type when re-analysing 2018-05-09 09:30:23 -04:00
TemplateTest.php Fix #730 - improve handling of templated closure params 2018-05-11 16:17:21 -04:00
TestCase.php Fix #694 - remove descendent vars when possibly reassigning 2018-04-24 21:02:07 -04:00
TestConfig.php Fix tests and return types 2018-03-03 15:25:35 -05:00
ToStringTest.php Allow resource to be cast to string 2018-04-30 00:19:35 -04:00
TraitTest.php Fix #714 - fix trait class constants 2018-05-08 22:32:57 -04:00
TryCatchTest.php Exit early when there’s an issue in block-level elements 2018-03-03 13:20:41 -05:00
TypeAlgebraTest.php Make the string concatenation of two known values into a known value (#717) 2018-05-08 19:11:18 -04:00
TypeCombinationTest.php Allow coercion from generic array to objectlike with possible keys 2018-04-04 18:01:53 -04:00
TypeParseTest.php Fix parsing of nested callable without args 2018-04-20 15:22:48 -04:00
TypeReconciliationTest.php Fix whole bunches of things 2018-05-07 01:26:06 -04:00
TypeTest.php Allow scalar to work with false 2018-05-08 22:18:58 -04:00
UnusedCodeTest.php Also check for non-false returns on LessSpecificReturnType 2018-03-07 11:16:56 -05:00
ValueTest.php Don’t adjust vars unless they’re passed by ref 2018-05-11 18:09:11 -04:00
VariadicTest.php Create Config before ProjectChecker, and remove test-specific code from FileChecker 2018-01-21 10:22:04 -05:00