.. |
Provider
|
Fix #1011 - don’t re-analyse constructors if we can help it
|
2018-10-06 22:58:21 -04:00 |
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 #972 - allow type aliases to be used within functions
|
2018-09-24 13:08:23 -04:00 |
ArgTest.php
|
Fix sort test
|
2018-09-04 13:30:17 -04:00 |
ArrayAccessTest.php
|
Fix #834 - warn about __toString in array offset
|
2018-08-31 20:24:50 -04:00 |
ArrayAssignmentTest.php
|
Fix syntax errors in tests
|
2018-09-17 12:15:45 -04:00 |
AssertTest.php
|
Fix #957 - allow assertions on $_GET, $_POST, $_SERVER etc
|
2018-08-24 16:48:14 -04:00 |
AssignmentTest.php
|
Change test assertion keying
|
2017-06-29 10:22:49 -04:00 |
BadFormatTest.php
|
Add support back for parser errors
|
2018-09-30 11:34:51 -04:00 |
BinaryOperationTest.php
|
Fix syntax errors in tests
|
2018-09-17 12:15:45 -04: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 syntax errors in tests
|
2018-09-17 12:15:45 -04:00 |
ClassLoadOrderTest.php
|
Fix #894 - check magic methods with given return types
|
2018-07-16 20:32:16 -04:00 |
ClassScopeTest.php
|
Make Psalm compatible with PHP Parser 4
|
2018-04-17 13:06:02 -04:00 |
ClassStringTest.php
|
Fix #993 - create class string from reconciled assertions where necessary
|
2018-09-10 21:55:22 -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 support back for parser errors
|
2018-09-30 11:34:51 -04:00 |
ConstantTest.php
|
Fix issue merging class constants and inherited interface ones
|
2018-09-09 11:18:20 -04:00 |
DocumentationTest.php
|
Improve provider architecture, upping test coverage
|
2018-09-30 11:34:51 -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 |
FileDiffTest.php
|
Fix #1011 - don’t re-analyse constructors if we can help it
|
2018-10-06 22:58:21 -04:00 |
FileManipulationTest.php
|
Improve provider architecture, upping test coverage
|
2018-09-30 11:34:51 -04:00 |
FileReferenceTest.php
|
Fix #1011 - don’t re-analyse constructors if we can help it
|
2018-10-06 22:58:21 -04:00 |
FileUpdateTest.php
|
Add references to $this-> properties for method invalidation
|
2018-10-09 14:24:55 -04:00 |
ForbiddenCodeTest.php
|
Don’t ignore @function calls
|
2018-03-12 23:48:10 -04:00 |
ForeachTest.php
|
Fix #982 - treat intersection types of traversables as first-order citizens
|
2018-09-09 20:10:50 -04:00 |
ForTest.php
|
Add additional formatting changes
|
2017-05-26 20:05:57 -04:00 |
FunctionCallTest.php
|
Fix #986 - use better return type for array_slice
|
2018-09-07 10:53:56 -04:00 |
IncludeTest.php
|
Fix syntax errors in tests
|
2018-09-17 12:15:45 -04:00 |
InterfaceTest.php
|
Fix #981 - allow interfaces to be equal
|
2018-09-09 12:20:49 -04:00 |
IssetTest.php
|
Fix #977 - improve handling of orred expressions
|
2018-09-10 00:13:59 -04:00 |
IssueSuppressionTest.php
|
Few fixes to make tests pass on windows
|
2018-04-12 22:41:13 -04:00 |
JsonOutputTest.php
|
Port over cleanup from server branch
|
2018-10-06 20:11:19 -04:00 |
ListTest.php
|
Few fixes to make tests pass on windows
|
2018-04-12 22:41:13 -04:00 |
LoopScopeTest.php
|
Check outer scope for loop changes on break/continue (#1002)
|
2018-09-20 19:19:00 -04:00 |
MagicMethodAnnotationTest.php
|
Fix #984 - allow magic methods to be invoked on $this->xxx
|
2018-09-09 11:45:52 -04:00 |
MagicPropertyTest.php
|
Fix #894 - check magic methods with given return types
|
2018-07-16 20:32:16 -04:00 |
MethodCallTest.php
|
Type according to parent param types, if no type is given
|
2018-10-06 14:00:45 -04:00 |
MethodMutationTest.php
|
Create Codebase out from ProjectChecker
|
2018-01-21 13:45:33 -05:00 |
MethodSignatureTest.php
|
Type according to parent param types, if no type is given
|
2018-10-06 14:00:45 -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 syntax errors in tests
|
2018-09-17 12:15:45 -04:00 |
Php70Test.php
|
Fix #970 - improve handling of yield from statements
|
2018-09-04 13:29:35 -04:00 |
Php71Test.php
|
Use individual type objects for each string (#757)
|
2018-05-18 11:02:50 -04:00 |
PropertyTypeTest.php
|
Fix hydration of property types in property map
|
2018-10-10 00:54:50 -04:00 |
RedundantConditionTest.php
|
Fix syntax errors in tests
|
2018-09-17 12:15:45 -04:00 |
ReferenceConstraintTest.php
|
Add better checks on increment/decrement operators
|
2018-06-18 13:16:51 -04:00 |
ReportOutputTest.php
|
Improve provider architecture, upping test coverage
|
2018-09-30 11:34:51 -04:00 |
ReturnTypeTest.php
|
Fix syntax errors in tests
|
2018-09-17 12:15:45 -04:00 |
ScopeTest.php
|
Fix #378 - improve handling of InvalidScope
|
2018-06-09 11:50:17 -04:00 |
StubTest.php
|
Improve provider architecture, upping test coverage
|
2018-09-30 11:34:51 -04:00 |
SwitchTypeTest.php
|
Seal the output of switch statments
|
2018-05-24 14:26:29 -04:00 |
TemplateTest.php
|
Fix syntax errors in tests
|
2018-09-17 12:15:45 -04:00 |
TestCase.php
|
Improve provider architecture, upping test coverage
|
2018-09-30 11:34:51 -04:00 |
TestConfig.php
|
Fix tests and return types
|
2018-03-03 15:25:35 -05:00 |
ToStringTest.php
|
Fix buggy handling of class with __toString being passed to string|object
|
2018-10-04 15:29:01 -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
|
Fix #983 - allow more than two types to be intersected
|
2018-09-07 11:09:07 -04:00 |
TypeReconciliationTest.php
|
Fix wrong redundant condition converting scalar to string
|
2018-10-10 01:57:11 -04:00 |
TypeTest.php
|
Use individual type objects for each string (#757)
|
2018-05-18 11:02:50 -04:00 |
UnusedCodeTest.php
|
Improve provider architecture, upping test coverage
|
2018-09-30 11:34:51 -04:00 |
UnusedVariableTest.php
|
Add a closure in scope just in time for analysis
|
2018-10-04 16:42:40 -04:00 |
ValueTest.php
|
Fix #980 - allow literal int types to be coerced from mixed
|
2018-09-09 13:01:16 -04:00 |
VariadicTest.php
|
Create Config before ProjectChecker, and remove test-specific code from FileChecker
|
2018-01-21 10:22:04 -05:00 |