From 07b4927891e37fd5bbcbdd41f3bf74a735c99d85 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Sun, 29 Dec 2019 21:24:12 +0100 Subject: [PATCH] add ctor only test-case --- .../Fixture/constructor_only.php.inc | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 packages/DeadCode/tests/Rector/Property/RemoveUnusedPrivatePropertyRector/Fixture/constructor_only.php.inc diff --git a/packages/DeadCode/tests/Rector/Property/RemoveUnusedPrivatePropertyRector/Fixture/constructor_only.php.inc b/packages/DeadCode/tests/Rector/Property/RemoveUnusedPrivatePropertyRector/Fixture/constructor_only.php.inc new file mode 100644 index 00000000000..8120561d6f4 --- /dev/null +++ b/packages/DeadCode/tests/Rector/Property/RemoveUnusedPrivatePropertyRector/Fixture/constructor_only.php.inc @@ -0,0 +1,31 @@ +contentFinder = $contentFinder; + } +} + +?> +----- +