From 69246d2047c39e935f6c6f6831dfc15ed8a2d6d9 Mon Sep 17 00:00:00 2001 From: Artem Lopata Date: Tue, 2 Sep 2025 12:31:06 +0200 Subject: [PATCH] Create assert_true_to_greater_than.php.inc Fixture to test proper refactoring of PHPUnit assertion. --- .../assert_true_to_greater_than.php.inc | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 rules-tests/CodeQuality/Rector/MethodCall/AssertComparisonToSpecificMethodRector/Fixture/assert_true_to_greater_than.php.inc diff --git a/rules-tests/CodeQuality/Rector/MethodCall/AssertComparisonToSpecificMethodRector/Fixture/assert_true_to_greater_than.php.inc b/rules-tests/CodeQuality/Rector/MethodCall/AssertComparisonToSpecificMethodRector/Fixture/assert_true_to_greater_than.php.inc new file mode 100644 index 00000000..151043fc --- /dev/null +++ b/rules-tests/CodeQuality/Rector/MethodCall/AssertComparisonToSpecificMethodRector/Fixture/assert_true_to_greater_than.php.inc @@ -0,0 +1,30 @@ + +----- +