1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2018-07-02 23:46:51 -04:00
..
Provider
stubs Improve loading of stub file and autoload file information 2018-06-30 15:29:37 -04:00
Traits Only run test in PHP 7.1 2018-05-20 13:20:15 -04:00
AnnotationTest.php Remove mixed in @method param types 2018-06-28 17:39:25 -04:00
ArgTest.php Fix #851 - prevent null being removed in simplifyUnionType 2018-06-30 10:38:37 -04:00
ArrayAccessTest.php Improve loading of stub file and autoload file information 2018-06-30 15:29:37 -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
BadFormatTest.php
BinaryOperationTest.php Fix #826 allow better template replacements 2018-06-19 13:19:41 -04:00
bootstrap.php
CallableTest.php Fix #810 - convert void array map return to null 2018-06-11 17:00:26 -04:00
ClassLoadOrderTest.php
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 Improve loading of stub file and autoload file information 2018-06-30 15:29:37 -04:00
ConstantTest.php Fix hard-to-resolve constant values 2018-06-27 21:53:25 -04:00
DocumentationTest.php Fix #15 - check for uncaught throws if config flag is set 2018-06-22 01:13:49 -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 loading of stub file and autoload file information 2018-06-30 15:29:37 -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 Add better checks for array_reduce 2018-06-28 16:01:53 -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 We can reason about ORed conditions in while loops now 2018-07-02 23:46:51 -04:00
MagicPropertyTest.php Improve test coverage of PropertyAssignmentChecker 2018-06-10 10:02:46 -04:00
MethodCallTest.php Fix #839 - check args for __call methods 2018-06-26 23:11:16 -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 repeated use of spread operator 2018-06-28 17:05:50 -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 #838 - check assertions, even outside conditionals 2018-06-25 18:02:05 -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
StubTest.php Remove unused property 2018-06-30 16:21:29 -04:00
SwitchTypeTest.php Seal the output of switch statments 2018-05-24 14:26:29 -04:00
TemplateTest.php Fix #830 - unpack template param args appropriately 2018-06-20 10:40:50 -04:00
TestCase.php Improve loading of stub file and autoload file information 2018-06-30 15:29:37 -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
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 Add missing return type 2018-06-30 14:25:32 -04:00
TypeReconciliationTest.php Allow multiple matching types to be captured in if 2018-07-02 22:53:17 -04:00
TypeTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
UnusedCodeTest.php Fix #805 - allow dead code detection from methods just called internally 2018-06-19 16:14:51 -04:00
UnusedVariableTest.php Allow dead code detection to capture last do checks 2018-06-30 11:08:51 -04:00
ValueTest.php Fix #852 - improve handling of variables updated in do conditional 2018-06-30 12:56:42 -04:00
VariadicTest.php