From a270f6306eae75481d27a2aa97ecacad7174df70 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Fri, 21 Apr 2023 14:25:32 -0300 Subject: [PATCH] Add tests --- lib/Doctrine/ruleset.xml | 2 +- tests/fixed/annotation-name.php | 25 ++++++++++++ tests/input/annotation-name.php | 25 ++++++++++++ tests/php74-compatibility.patch | 70 ++++++++++++++++++++------------- tests/php80-compatibility.patch | 25 +++++++++--- 5 files changed, 113 insertions(+), 34 deletions(-) create mode 100644 tests/fixed/annotation-name.php create mode 100644 tests/input/annotation-name.php diff --git a/lib/Doctrine/ruleset.xml b/lib/Doctrine/ruleset.xml index dbbc1367..6a8f667d 100644 --- a/lib/Doctrine/ruleset.xml +++ b/lib/Doctrine/ruleset.xml @@ -181,7 +181,7 @@ - + diff --git a/tests/fixed/annotation-name.php b/tests/fixed/annotation-name.php new file mode 100644 index 00000000..c016e662 --- /dev/null +++ b/tests/fixed/annotation-name.php @@ -0,0 +1,25 @@ +