1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests/FileManipulation
Bruce Weirdan 05b8e0eea6
Replace all references to static variables when moving class (#8780)
Previously `psalter` would only replace the first occurence of the
property access. Now it replaces all properties (by keeping the old name
unknown in the context).
2022-11-27 10:44:53 -05:00
..
ClassConstantMoveTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ClassMoveTest.php Replace all references to static variables when moving class (#8780) 2022-11-27 10:44:53 -05:00
FileManipulationTestCase.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ImmutableAnnotationAdditionTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
MethodMoveTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
MissingPropertyTypeTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
MissingReturnTypeTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
NamespaceMoveTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ParamNameMismatchTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ParamTypeManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
PropertyMoveTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
PureAnnotationAdditionTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
RedundantCastManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ReturnTypeManipulationTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ThrowsBlockAdditionTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
UndefinedVariableManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
UnnecessaryVarAnnotationManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
UnusedCodeManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
UnusedVariableManipulationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00