File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,14 @@ Submitting test scripts helps us to understand what functionality has changed.
94
94
It is important for the stability and maintainability of PHP that tests are
95
95
comprehensive.
96
96
97
+ Failure conditions of ` zend_parse_parameters ` , ` ZEND_PARSE_PARAMETERS() ` and
98
+ similar functions should not be tested. These parameter parsing APIs are already
99
+ extensively tested, and additional tests only complicate future modifications.
100
+
101
+ For newly created tests, a ` --CREDITS-- ` section should no longer be included,
102
+ as test authorship is already accurately tracked by Git. If multiple authors
103
+ should be credited, the ` Co-authored-by ` tag in the commit message may be used.
104
+
97
105
## Writing documentation
98
106
99
107
There are two ways to contribute to the PHP manual. You can edit the manual and
You can’t perform that action at this time.
0 commit comments