1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2019-05-05 16:44:36 -04:00
..
DummyProject Add some formatting 2019-03-23 14:27:54 -04:00
FileManipulation Break apart FileManipulationTest 2019-05-02 12:15:45 -04:00
FileUpdates Track method param uses between diff runs 2019-04-29 17:29:38 -04:00
Internal/Provider Track method param uses between diff runs 2019-04-29 17:29:38 -04:00
LanguageServer Add hopefully-more-portable method for evaluating method/property usage 2019-04-16 16:07:48 -04:00
Loop Add some formatting 2019-03-23 14:27:54 -04:00
performance Fix #1150 2019-01-02 11:18:22 -05:00
Plugin Add some formatting 2019-03-23 14:27:54 -04:00
stubs Fix #1497 - respect constants stubbed in define() calls 2019-03-25 00:07:32 -04:00
symlinktest Add file to folder so git sees it 2019-01-06 13:50:57 -05:00
Template Fix #1591 - allow variable typed to string to be compared to literal in reverse order 2019-05-02 00:50:35 -04:00
Traits Fix #1531 - improve hrtime return type 2019-04-03 17:08:37 -04:00
AnnotationTest.php Fix #1593 - still inherit more specific docblock from parent when parent has no signature return 2019-05-01 23:14:22 -04:00
ArgTest.php Add some formatting 2019-03-23 14:27:54 -04:00
ArrayAccessTest.php Fix typo in isAtomicContainedBy 2019-04-30 00:52:56 -04:00
ArrayAssignmentTest.php Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
AssertTest.php Add some formatting 2019-03-23 14:27:54 -04:00
AssignmentTest.php Improve type coverage in both good and bad ways 2019-03-25 22:30:40 -04:00
BadFormatTest.php Add some formatting 2019-03-23 14:27:54 -04:00
BinaryOperationTest.php Support for bitwise not 2019-04-14 10:16:38 -04:00
bootstrap.php Add support for absolute plugin paths. 2019-05-05 16:44:36 -04:00
CallableTest.php Allow mixed callable params to be valid 2019-04-24 12:54:35 -04:00
ClassLoadOrderTest.php More provider typing 2019-03-02 08:43:19 -05:00
ClassScopeTest.php More provider typing 2019-03-02 08:43:19 -05:00
ClassStringTest.php Fix issue when reconciling is_subclass_of on possibly-undefined variable 2019-05-03 09:09:51 -04:00
ClassTest.php Add some formatting 2019-03-23 14:27:54 -04:00
CodebaseTest.php Add some formatting 2019-03-23 14:27:54 -04:00
ComposerLockTest.php Add some formatting 2019-03-23 14:27:54 -04:00
ConfigFileTest.php Add some formatting 2019-03-23 14:27:54 -04:00
ConfigTest.php Consolidate location of issue handling 2019-05-03 17:12:20 -04:00
ConstantTest.php Add some formatting 2019-03-23 14:27:54 -04:00
DeprecatedAnnotationTest.php More provider typing 2019-03-02 08:43:19 -05:00
DocumentationTest.php Move issue type listing 2019-05-03 15:29:44 -04:00
EmptyTest.php Improve type coverage in both good and bad ways 2019-03-25 22:30:40 -04:00
EnumTest.php More provider typing 2019-03-02 08:43:19 -05:00
ErrorBaselineTest.php Add some formatting 2019-03-23 14:27:54 -04:00
FileDiffTest.php Fix #1574 - detect docblock additions to the first statement of a method when diffing 2019-04-22 21:50:58 -04:00
FileReferenceTest.php Add hopefully-more-portable method for evaluating method/property usage 2019-04-16 16:07:48 -04:00
ForbiddenCodeTest.php Case-insensitive checks for var_dump and shell_exec 2019-04-13 12:35:49 -04:00
FunctionCallTest.php Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
IncludeTest.php Fix #1526 - ignore files if they weren’t picked up in scanning step 2019-04-03 10:43:48 -04:00
InterfaceTest.php Fix #1515 - process inheritance in non-user classes 2019-03-28 17:44:31 -04:00
InternalAnnotationTest.php More provider typing 2019-03-02 08:43:19 -05:00
IsAbsolutePathTest.php Add support for absolute plugin paths. 2019-05-05 16:44:36 -04:00
IssetTest.php Add some formatting 2019-03-23 14:27:54 -04:00
IssueSuppressionTest.php Add some formatting 2019-03-23 14:27:54 -04:00
JsonOutputTest.php Use more specific location for return type issues 2019-03-29 15:36:13 -04:00
ListTest.php More provider typing 2019-03-02 08:43:19 -05:00
MagicMethodAnnotationTest.php Add some formatting 2019-03-23 14:27:54 -04:00
MagicPropertyTest.php Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
MethodCallTest.php Always evaluate static calls when method call cannot 2019-04-18 13:51:34 -04:00
MethodMutationTest.php Add some formatting 2019-03-23 14:27:54 -04:00
MethodSignatureTest.php Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
NamespaceTest.php More provider typing 2019-03-02 08:43:19 -05:00
Php40Test.php More provider typing 2019-03-02 08:43:19 -05:00
Php55Test.php More provider typing 2019-03-02 08:43:19 -05:00
Php56Test.php Improve handling of variadic parameters 2019-04-09 13:58:49 -04:00
Php70Test.php Add some formatting 2019-03-23 14:27:54 -04:00
Php71Test.php Add some formatting 2019-03-23 14:27:54 -04:00
PluginListTest.php Add some formatting 2019-03-23 14:27:54 -04:00
PluginTest.php Add support for absolute plugin paths. 2019-05-05 16:44:36 -04:00
ProjectCheckerTest.php Add some formatting 2019-03-23 14:27:54 -04:00
PropertyTypeTest.php Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
PsalmPluginTest.php Add @SignpostMarv’s fixes for Windows tests 2019-03-31 19:08:55 -04:00
RedundantConditionTest.php Improve type coverage in both good and bad ways 2019-03-25 22:30:40 -04:00
ReferenceConstraintTest.php Don’t change value of $this by reference 2019-03-03 20:16:11 -05:00
ReportOutputTest.php Add @SignpostMarv’s fixes for Windows tests 2019-03-31 19:08:55 -04:00
ReturnTypeTest.php Fix #1592 - allow methods with a simple exit to have the same treatment as those with a simple throw 2019-05-01 23:45:03 -04:00
ScopeTest.php Fix #678 - allow docblock to override mixed assignment of static vars 2019-03-28 00:10:08 -04:00
StubTest.php Fix #1528 - double check for missing dependency 2019-04-21 11:30:50 -04:00
SwitchTypeTest.php Add some formatting 2019-03-23 14:27:54 -04:00
TestCase.php Add some formatting 2019-03-23 14:27:54 -04:00
TestConfig.php Move Phar build sooner 2019-04-29 14:05:43 -04:00
ThrowsAnnotationTest.php Add tests 2019-03-31 14:22:19 -04:00
ThrowsInGlobalScopeTest.php Fix memory leak 2019-04-02 23:36:55 -04:00
ToStringTest.php Add some formatting 2019-03-23 14:27:54 -04:00
TraitTest.php Add some formatting 2019-03-23 14:27:54 -04:00
TryCatchTest.php Add new test file for exceptions in global scope 2019-03-31 14:22:19 -04:00
TypeAlgebraTest.php Improve handling of negated boolean operations 2019-04-12 11:26:33 -04:00
TypeAnnotationTest.php Add some formatting 2019-03-23 14:27:54 -04:00
TypeCombinationTest.php Add some formatting 2019-03-23 14:27:54 -04:00
TypeParseTest.php @voku’s fixes for issues found by their callmap update 2019-04-11 11:02:46 -04:00
TypeReconciliationTest.php Fix #1597 - ternary else should only know about first conditional expression 2019-05-02 13:43:18 -04:00
TypeTest.php Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
UnusedCodeTest.php Fix #1598, catching unused variables followed by try inside loop 2019-05-02 17:21:02 -04:00
UnusedVariableTest.php Fix #1598, catching unused variables followed by try inside loop 2019-05-02 17:21:02 -04:00
ValueTest.php Fix #1591 - allow variable typed to string to be compared to literal in reverse order 2019-05-02 00:50:35 -04:00
VariadicTest.php Improve handling of variadic parameters 2019-04-09 13:58:49 -04:00