From 09e59f59d740604392bf4d66f5f14ff5a90f2359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Szutkowski?= Date: Sat, 29 Jun 2024 23:57:14 +0200 Subject: [PATCH] more tests --- .../association_to_not_existing_class.php.inc | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 rules-tests/CodeQuality/Rector/Class_/AddReturnDocBlockToCollectionPropertyGetterByToManyAttributeRector/Fixture/OneToMany/association_to_not_existing_class.php.inc diff --git a/rules-tests/CodeQuality/Rector/Class_/AddReturnDocBlockToCollectionPropertyGetterByToManyAttributeRector/Fixture/OneToMany/association_to_not_existing_class.php.inc b/rules-tests/CodeQuality/Rector/Class_/AddReturnDocBlockToCollectionPropertyGetterByToManyAttributeRector/Fixture/OneToMany/association_to_not_existing_class.php.inc new file mode 100644 index 00000000..5ddefd07 --- /dev/null +++ b/rules-tests/CodeQuality/Rector/Class_/AddReturnDocBlockToCollectionPropertyGetterByToManyAttributeRector/Fixture/OneToMany/association_to_not_existing_class.php.inc @@ -0,0 +1,43 @@ +trainings; + } +} + +?> +----- +trainings; + } +} + +?>