1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/tests/FileManipulation
Hugo Alliaume 37d719ed67 Fix readability for object-like types when running psalter (#1708)
* chore: update tests

* fix: better readability for object-like types

* test: add tests for nested array return type

* Improve spacing
2019-06-16 09:20:49 -04:00
..
ClassConstantMoveTest.php Add support for moving class constants 2019-06-04 11:14:49 -04:00
ClassMoveTest.php Move method calls outside classes and __CLASS__ constants 2019-06-14 15:54:15 -04:00
FileManipulationTest.php Bump to PHP 7.1 2019-05-16 18:36:36 -04:00
MethodMoveTest.php Move method calls outside classes and __CLASS__ constants 2019-06-14 15:54:15 -04:00
NamespaceMoveTest.php Fix #1771 - allow psalm-refactor to manipulate namespaces 2019-06-13 18:28:46 -04:00
ParamTypeManipulationTest.php Allow MissingParamType alteration to be done in multithreaded mode 2019-05-31 11:55:24 -04:00
PropertyMoveTest.php Add property moving & renaming 2019-06-04 00:32:19 -04:00
ReturnTypeManipulationTest.php Fix readability for object-like types when running psalter (#1708) 2019-06-16 09:20:49 -04:00
UndefinedVariableManipulationTest.php Break apart FileManipulationTest 2019-05-02 12:15:45 -04:00
UnusedCodeManipulationTest.php Break apart FileManipulationTest 2019-05-02 12:15:45 -04:00