.. |
Provider
|
|
|
stubs
|
Fix issue resolving namespaced constants
|
2018-08-08 16:13:37 -04:00 |
Traits
|
Update PHPUnit (#888)
|
2018-07-13 17:44:50 -04:00 |
AnnotationTest.php
|
Fix #953 - support spaces either side of |
|
2018-08-22 22:53:44 -04:00 |
ArgTest.php
|
Fix #851 - prevent null being removed in simplifyUnionType
|
2018-06-30 10:38:37 -04:00 |
ArrayAccessTest.php
|
Fix #952 - improve checks for string array offsets
|
2018-08-21 11:40:29 -04:00 |
ArrayAssignmentTest.php
|
Fix #918 - improve handling of associative array offsets
|
2018-08-21 00:28:39 -04:00 |
AssertTest.php
|
Fix #957 - allow assertions on $_GET, $_POST, $_SERVER etc
|
2018-08-24 16:48:14 -04:00 |
AssignmentTest.php
|
|
|
BadFormatTest.php
|
|
|
BinaryOperationTest.php
|
Fix #881 - skip tests if necessary test classes are missing
|
2018-07-16 20:52:58 -04:00 |
bootstrap.php
|
Fix #908 - dont’t emit UnresolvableInclude after file_exists check
|
2018-08-09 23:29:30 -04:00 |
CallableTest.php
|
Fix #810 - convert void array map return to null
|
2018-06-11 17:00:26 -04:00 |
ClassLoadOrderTest.php
|
Fix #894 - check magic methods with given return types
|
2018-07-16 20:32:16 -04:00 |
ClassScopeTest.php
|
|
|
ClassStringTest.php
|
Fix issue reconciling class strings
|
2018-08-23 11:43:53 -04:00 |
ClassTest.php
|
Check that non-user-defined abstract methods are implemented, too
|
2018-07-21 20:50:42 -04:00 |
ConfigTest.php
|
Add more tests for globbing
|
2018-07-21 22:34:22 -04:00 |
ConstantTest.php
|
Fix #925 - set correct flag when coercing class-like string to specific
|
2018-08-20 22:25:10 -04:00 |
DocumentationTest.php
|
Update PHPUnit (#888)
|
2018-07-13 17:44:50 -04:00 |
EmptyTest.php
|
Fix #786 - improve treatment of array isset checks
|
2018-05-31 15:07:03 -04:00 |
EnumTest.php
|
Fix #936 - add support for class constants in enums
|
2018-08-08 23:12:12 -04:00 |
FileManipulationTest.php
|
Update PHPUnit (#888)
|
2018-07-13 17:44:50 -04:00 |
FileReferenceTest.php
|
Update PHPUnit (#888)
|
2018-07-13 17:44:50 -04:00 |
ForbiddenCodeTest.php
|
|
|
ForeachTest.php
|
Fix #684 - use getIterator return type for IteratorAggregate functions
|
2018-04-18 23:47:21 -04:00 |
ForTest.php
|
|
|
FunctionCallTest.php
|
Fix #955 - always check third argument of array_splice
|
2018-08-24 16:12:07 -04:00 |
IncludeTest.php
|
Fix #932 - allow obvious string vars to be used for includes
|
2018-08-07 13:17:23 -04:00 |
InterfaceTest.php
|
Fix #905 - ignore interface case when checking for extended interfaces
|
2018-07-21 20:38:55 -04:00 |
IssetTest.php
|
Fix #957 - allow assertions on $_GET, $_POST, $_SERVER etc
|
2018-08-24 16:48:14 -04:00 |
IssueSuppressionTest.php
|
|
|
JsonOutputTest.php
|
Add tests for 7c10a09
|
2018-08-08 22:44:02 -04:00 |
ListTest.php
|
|
|
LoopScopeTest.php
|
Fix #866 - prevent false positive inside do
|
2018-07-12 12:08:15 -04:00 |
MagicMethodAnnotationTest.php
|
Fix #895 - check __call magic method args
|
2018-07-16 22:48:53 -04:00 |
MagicPropertyTest.php
|
Fix #894 - check magic methods with given return types
|
2018-07-16 20:32:16 -04:00 |
MethodCallTest.php
|
Fix issue calling possibly magic method
|
2018-08-02 16:14:53 -05:00 |
MethodMutationTest.php
|
|
|
MethodSignatureTest.php
|
Fix #894 - check magic methods with given return types
|
2018-07-16 20:32:16 -04:00 |
NamespaceTest.php
|
|
|
Php40Test.php
|
|
|
Php55Test.php
|
|
|
Php56Test.php
|
Fix #502 - check for bad generator return in more places
|
2018-07-15 17:47:58 -04:00 |
Php70Test.php
|
Fix #306 - add support for typing generators
|
2018-07-13 17:34:44 -04:00 |
Php71Test.php
|
Use individual type objects for each string (#757)
|
2018-05-18 11:02:50 -04:00 |
PropertyTypeTest.php
|
Fix #927 - improve typing of object-like arrays containing class like strings
|
2018-08-08 21:31:13 -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
|
|
|
ReturnTypeTest.php
|
Fix #894 - check magic methods with given return types
|
2018-07-16 20:32:16 -04:00 |
ScopeTest.php
|
Fix #378 - improve handling of InvalidScope
|
2018-06-09 11:50:17 -04:00 |
StubTest.php
|
Fix issue resolving namespaced constants
|
2018-08-08 16:13:37 -04:00 |
SwitchTypeTest.php
|
Seal the output of switch statments
|
2018-05-24 14:26:29 -04:00 |
TemplateTest.php
|
Fix #489 - support @psalm-template
|
2018-07-13 19:09:35 -04:00 |
TestCase.php
|
Remove types from function
|
2018-07-22 19:29:04 -04:00 |
TestConfig.php
|
|
|
ToStringTest.php
|
Allow resource to be cast to string
|
2018-04-30 00:19:35 -04:00 |
TraitTest.php
|
Fix #897 - understand static class comparisons in is_a
|
2018-07-17 22:50:30 -04:00 |
TryCatchTest.php
|
Fix #889 - allow variables defined in try to avoid isset issues
|
2018-07-13 14:06:01 -04: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
|
Add missing return type
|
2018-06-30 14:25:32 -04:00 |
TypeReconciliationTest.php
|
Fix #957 - allow assertions on $_GET, $_POST, $_SERVER etc
|
2018-08-24 16:48:14 -04:00 |
TypeTest.php
|
Use individual type objects for each string (#757)
|
2018-05-18 11:02:50 -04:00 |
UnusedCodeTest.php
|
Fix #932 - allow obvious string vars to be used for includes
|
2018-08-07 13:17:23 -04:00 |
UnusedVariableTest.php
|
Update PHPUnit (#888)
|
2018-07-13 17:44:50 -04:00 |
ValueTest.php
|
Fix #852 - improve handling of variables updated in do conditional
|
2018-06-30 12:56:42 -04:00 |
VariadicTest.php
|
|
|