Refactoring in the Rule class to make it more elegant

This commit is contained in:
Felipe Zimmerle
2019-02-25 20:22:38 -03:00
parent 5c40997028
commit 6cdbad05ad
23 changed files with 191 additions and 210 deletions

View File

@@ -40,7 +40,7 @@
},
"expected": {
"audit_log": "",
"debug_log": "\\[9\\] T \\(0\\) t:trim: \"test",
"debug_log": "\\[9\\] Transformation t:trim: \"test",
"error_log": "",
"http_code": 403
},
@@ -97,7 +97,7 @@
},
"expected": {
"audit_log": "",
"debug_log": "\\[9\\] T \\(0\\) t:trim: \"test",
"debug_log": "\\[9\\] Transformation t:trim: \"test",
"error_log": "",
"http_code": 403
},
@@ -155,7 +155,7 @@
},
"expected": {
"audit_log": "",
"debug_log": "\\[9\\] T \\(0\\) t:trim: \"test",
"debug_log": "\\[9\\] Transformation t:trim: \"test",
"error_log": "",
"http_code": 403
},