1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2018-06-18 13:16:51 -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 Only run test in PHP 7.1 2018-05-20 13:20:15 -04:00
AnnotationTest.php Fix #817 - allow methods named "global" in @method annotations 2018-06-14 17:20:02 -04:00
ArgTest.php Fix issue evaluating negated assertion 2018-06-03 20:24:23 -04:00
ArrayAccessTest.php Fix #733 - DomNodeList implements ArrayAccess 2018-05-11 23:21:53 -04:00
ArrayAssignmentTest.php Allow constants in array offsets to be reasoned about 2018-05-31 16:49:01 -04:00
AssertTest.php Fix #769 - add @psalm-assert and @psalm-assert-if-true annotation support 2018-05-28 20:07:42 +01: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 Add better checks on increment/decrement operators 2018-06-18 13:16:51 -04:00
bootstrap.php Add new issues for missing required files 2017-10-29 14:39:23 -04:00
CallableTest.php Fix #810 - convert void array map return to null 2018-06-11 17:00:26 -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 #795 - don’t use colons in generated anonymous class name 2018-06-06 15:32:03 -04:00
ConfigTest.php Fix #84 - add pattern matching for files as well as directories 2018-06-05 20:15:18 -04:00
ConstantTest.php Allow resolution of class constants in const arrays 2018-05-14 17:39:08 -04:00
DocumentationTest.php Fix mixed empty checks 2018-05-08 16:34:08 -04:00
EmptyTest.php Fix #786 - improve treatment of array isset checks 2018-05-31 15:07:03 -04:00
EnumTest.php Fix #761 - add support for class constants in enums 2018-05-21 00:46:56 -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 #819 - only add is_a assertion if static::class known 2018-06-15 10:51:30 -04:00
IncludeTest.php Fix #797 - check backup included file for defined function 2018-06-06 21:47:26 -04:00
InterfaceTest.php Improve test coverage of PropertyAssignmentChecker 2018-06-10 10:02:46 -04:00
IssetTest.php Fix #800 - treat array access offsets as mixed for reconciliation purposes 2018-06-08 09:31:21 -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 Improve reliability of elseif resolution 2018-05-30 18:56:44 -04:00
MagicPropertyTest.php Improve test coverage of PropertyAssignmentChecker 2018-06-10 10:02:46 -04:00
MethodCallTest.php Fix #825 - ignore falsable issues on builtin *methods* 2018-06-18 10:07:05 -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 Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
PropertyTypeTest.php Improve test coverage of PropertyAssignmentChecker 2018-06-10 10:02:46 -04:00
RedundantConditionTest.php Fix issue erasing nullability of boolean 2018-06-17 13:47:31 -04:00
ReferenceConstraintTest.php Add better checks on increment/decrement operators 2018-06-18 13:16:51 -04: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 Fix #378 - improve handling of InvalidScope 2018-06-09 11:50:17 -04:00
SwitchTypeTest.php Seal the output of switch statments 2018-05-24 14:26:29 -04:00
TemplateTest.php Fix - #816 - check we’re not just replacing a key with itself 2018-06-13 08:38:07 -04:00
TestCase.php Improve handling of projects that use include/require heavily 2018-05-22 23:39:01 -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 Add extra test to cover full replacement 2018-06-08 20:07:31 -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 Filter conditions better when encountering parent instanceof 2018-05-16 11:47:39 -04:00
TypeCombinationTest.php Move TypeCombination logic into its own class 2018-05-19 19:44:03 -04:00
TypeParseTest.php Fix #812 - deal with errant colon without crashing 2018-06-12 09:11:13 -04:00
TypeReconciliationTest.php Improve coverage of Reconciler and fix issues with float type comparison 2018-06-10 10:48:19 -04:00
TypeTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
UnusedCodeTest.php Improve dead code detection 2018-06-16 20:01:41 -04:00
UnusedVariableTest.php Catch unused foreach key when it’s already in scope 2018-06-17 00:52:32 -04:00
ValueTest.php Add better checks on increment/decrement operators 2018-06-18 13:16:51 -04:00
VariadicTest.php Create Config before ProjectChecker, and remove test-specific code from FileChecker 2018-01-21 10:22:04 -05:00