1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2019-02-18 16:41:06 -05:00
..
DummyProject Make return type docblock-based 2019-02-08 18:08:53 -05:00
FileUpdates Only move issue once 2019-02-07 18:47:50 -05:00
Internal/Provider Dropped unused uses 2019-02-17 13:17:45 -05:00
LanguageServer Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
Loop Fix issue reconciling mixed vars inside loop 2019-02-18 11:39:05 -05:00
performance Fix #1150 2019-01-02 11:18:22 -05:00
stubs Improve ergonomics of PHPStorm meta parsing 2019-02-16 18:50:25 -05:00
symlinktest Add file to folder so git sees it 2019-01-06 13:50:57 -05:00
Template Fix #1309 - no PropertyNotSetInConstructor warnings for grandchild of class 2019-02-10 15:01:10 -05:00
Traits Dropped unused uses 2019-02-17 13:17:45 -05:00
AnnotationTest.php Only collapse Traversable|array when we’re super sure it’s safe 2019-02-15 11:07:08 -05:00
ArgTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ArrayAccessTest.php Add more nuanced analysis of array access fetch 2019-01-30 15:40:37 -05:00
ArrayAssignmentTest.php Fix #1329 - improve handling arrays with string offsets 2019-02-15 14:42:17 -05:00
AssertTest.php Fix #1227 - allow genric params in @psalm-assert 2019-01-22 23:42:54 -05:00
AssignmentTest.php Allow bitwise or ops to change type 2019-02-18 12:53:55 -05:00
BadFormatTest.php Fix #1215 - prevent bad code from crashing Psalm 2019-01-20 11:10:12 -05:00
BinaryOperationTest.php adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -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 #1339 - no crash when using self/static/parent in closure 2019-02-17 13:14:59 -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 Fix #1275 - improve combination of class-string types 2019-02-03 17:32:44 -05:00
ClassTest.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
ComposerLockTest.php Dropped usage of now deprecated assertArraySubset 2019-02-01 17:09:37 -05:00
ConfigFileTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
ConfigTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
ConstantTest.php Fix #1220 - improve constant resolution 2019-01-20 09:52:26 -05:00
DeprecatedAnnotationTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
DocumentationTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
EmptyTest.php Allow bitwise or ops to change type 2019-02-18 12:53:55 -05:00
EnumTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
ErrorBaselineTest.php Show total fixed errors when updating baseline 2019-02-09 11:20:48 -05:00
FileDiffTest.php Make diff map more verbose so it can serve as a list of safe zones 2019-01-08 00:54:48 -05:00
FileManipulationTest.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
FileReferenceTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -05:00
ForbiddenCodeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
FunctionCallTest.php Fix #1359 - error on bad iterable args 2019-02-18 16:35:23 -05:00
IncludeTest.php Enable casing plugin and fix issues it found 2019-01-12 10:52:23 -05:00
InterfaceTest.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
InternalAnnotationTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
IssetTest.php If we’re checking $_SESSION for existence return an array 2019-02-15 15:58:36 -05:00
IssueSuppressionTest.php Fix #1223 - MissingClosureParamType should use all known suppressed issues 2019-01-21 12:36:17 -05:00
JsonOutputTest.php Fix crashes when analysing aliased class instances 2018-12-21 11:32:44 -05:00
ListTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
MagicMethodAnnotationTest.php adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -05:00
MagicPropertyTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
MethodCallTest.php adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -05:00
MethodMutationTest.php Change _checker to _analyzer 2018-11-12 11:20:59 -05:00
MethodSignatureTest.php adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -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 Fix #1273 - don’t change type with unpacked var 2019-02-03 16:36:10 -05:00
Php70Test.php Fix #1307 - improve generator array type 2019-02-09 15:48:15 -05:00
Php71Test.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
PluginListTest.php Move more classes into Internal namespace 2018-11-18 12:41:47 -05:00
PluginTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
ProjectCheckerTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
PropertyTypeTest.php Fix #1337 - don’t crash when examining __call methods in initialisation checks 2019-02-18 16:04:27 -05:00
PsalmPluginTest.php Move more classes into Internal namespace 2018-11-18 12:41:47 -05:00
RedundantConditionTest.php Fix issue reconciling mixed vars inside loop 2019-02-18 11:39:05 -05:00
ReferenceConstraintTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
ReportOutputTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
ReturnTypeTest.php Fix #1329 - improve handling arrays with string offsets 2019-02-15 14:42:17 -05:00
ScopeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
StubTest.php Improve ergonomics of PHPStorm meta parsing 2019-02-16 18:50:25 -05:00
SwitchTypeTest.php adding DIRECTORY_SEPARATOR to tests that fail under windows 2019-02-06 14:29:10 -05:00
TestCase.php Default tests to use PHP 7.3 standards 2019-02-07 14:08:35 -05:00
TestConfig.php Fix tests and return types 2018-03-03 15:25:35 -05:00
ThrowsAnnotationTest.php Fix #1325 - allow MissingThrowsDocblock to be suppressed 2019-02-18 16:41:06 -05:00
ToStringTest.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
TraitTest.php Don’t throw exception when ignoring trait absence 2019-02-10 16:32:30 -05:00
TryCatchTest.php Fix #1299 - vars defined in catches before throw are possibly-defined for finally 2019-02-09 15:39:30 -05:00
TypeAlgebraTest.php Fix #1208 - respect inheritance when combining in boolean operation 2019-01-18 10:08:16 -05:00
TypeAnnotationTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
TypeCombinationTest.php Only collapse Traversable|array when we’re super sure it’s safe 2019-02-15 11:07:08 -05:00
TypeParseTest.php Dropped unused uses 2019-02-17 13:17:45 -05:00
TypeReconciliationTest.php Fix #1329 - improve handling arrays with string offsets 2019-02-15 14:42:17 -05:00
TypeTest.php Move internal classes to own namespace 2018-11-12 11:20:59 -05:00
UnusedCodeTest.php Add checks for unitialized properties 2019-02-13 13:32:19 -05:00
UnusedVariableTest.php Fix default test versions to 7.3 2019-02-07 15:27:43 -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