1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2018-05-05 12:59:30 -04:00
..
Provider
stubs Fix #699 - prevent stubs from overriding known functions 2018-04-27 15:00:22 -04:00
Traits
AnnotationTest.php Fix #699 - prevent stubs from overriding known functions 2018-04-27 15:00:22 -04:00
ArgTest.php If there’s any overlap in types use PossiblyInvalidArgument 2018-05-01 14:27:05 -04:00
ArrayAccessTest.php Fix #455 - allow unset to alter object-like arrays 2018-05-02 19:39:11 -04:00
ArrayAssignmentTest.php Fix #324 - improve undefined array handling 2018-05-02 20:10:08 -04:00
AssertTest.php
AssignmentTest.php
BadFormatTest.php
BinaryOperationTest.php Fix GMP arithmetic operations 2018-05-05 12:59:30 -04:00
bootstrap.php
CallableTest.php Fix #662 - allow callable void return types to be widened 2018-04-11 20:29:16 -04:00
ClassLoadOrderTest.php
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 Allow ability to memoize empty method calls based on config 2018-04-28 13:05:43 -04:00
ConstantTest.php Fix #705 - don’t be so strict about undefined constants 2018-05-03 13:20:42 -04:00
DocumentationTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
EmptyTest.php Warn about impossible empty 2018-04-30 22:13:13 -04:00
FileManipulationTest.php Improve checks to prevent breaking existing typehints when running psalter 2018-03-23 16:34:45 -04:00
FileReferenceTest.php
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
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 Propagate array key updates after assertions to base array 2018-04-11 14:19:42 -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
MethodCallTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
MethodMutationTest.php
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
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 issuses found in tests 2018-04-21 17:20:21 -04:00
RedundantConditionTest.php Also check incremental overflows ref #691 2018-04-24 23:12:01 -04:00
ReferenceConstraintTest.php
ReportOutputTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
ReturnTypeTest.php Fix #624 - change some innaccurate issue names 2018-04-17 14:07:02 -04:00
ScopeTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
SwitchTypeTest.php
TemplateTest.php Fix #679 - improve template param type checks 2018-04-20 10:52:23 -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 issuses found in tests 2018-04-21 17:20:21 -04:00
TryCatchTest.php
TypeAlgebraTest.php Fix #685 - ignore assignment in conditional 2018-04-19 11:58:51 -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 #697 - make missing objectlike fields an InvalidArgument 2018-04-27 17:10:57 -04:00
TypeTest.php Support value types (#707) 2018-05-03 13:56:30 -04:00
UnusedCodeTest.php Also check for non-false returns on LessSpecificReturnType 2018-03-07 11:16:56 -05:00
ValueTest.php Support value types (#707) 2018-05-03 13:56:30 -04:00
VariadicTest.php