Skip to content

Commit

Permalink
Consistent naming for test titles
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Dec 10, 2024
1 parent 5b24bca commit 0a5aab6
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
PMOPB-45-2007:PHP ext/filter Email Validation Vulnerability
CVE-2007-1900: PHP ext/filter Email Validation Vulnerability
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug42718-2.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Bug #42718 - 2 (unsafe_raw filter not applied when configured as default filter)
Bug #42718 (unsafe_raw filter not applied when configured as default filter)
--EXTENSIONS--
filter
--INI--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug49274.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
#49274, fatal error when an object does not implement toString
Bug #49274 (fatal error when an object does not implement toString)
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug49510.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Bug #49510 boolean validation fails with FILTER_NULL_ON_FAILURE
Bug #49510 (boolean validation fails with FILTER_NULL_ON_FAILURE)
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug50632.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
bug 50632, filter_input() does not return default value if the variable does not exist
Bug #50632 (filter_input() does not return default value if the variable does not exist)
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug51192.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
bug 51192, FILTER_VALIDATE_URL will invalidate a hostname that includes '-'
Bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes '-')
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug51368.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
FR #51368 (php_filter_float does not allow custom thousand separators)
Bug #51368 (php_filter_float does not allow custom thousand separators)
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug64441.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
bug 64441, FILTER_VALIDATE_URL will invalidate a hostname that ended by dot
Bug #64441 (FILTER_VALIDATE_URL will invalidate a hostname that ended by dot)
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug67167.01.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Bug #67167: object with VALIDATE_BOOLEAN and NULL_ON_FAILURE
Bug #67167 (object with VALIDATE_BOOLEAN and NULL_ON_FAILURE)
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug67167.02.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Bug #67167: filter_var(null,FILTER_VALIDATE_BOOLEAN,FILTER_NULL_ON_FAILURE) returns null
Bug #67167 (filter_var(null,FILTER_VALIDATE_BOOLEAN,FILTER_NULL_ON_FAILURE) returns null)
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug7715.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
bug 7715, floats value with integer or incomplete input
Bug #7715 (floats value with integer or incomplete input)
--INI--
precision=14
--EXTENSIONS--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug7733.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
filter_var() Float exponential weird result
Bug #7733 (filter_var() Float exponential weird result)
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug80584.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
Bug #80584: "0x" and "0X" are considered valid hex numbers by filter_var()
Bug #80584 ("0x" and "0X" are considered valid hex numbers by filter_var())
--EXTENSIONS--
filter
--FILE--
Expand Down
2 changes: 1 addition & 1 deletion ext/filter/tests/bug8315.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--TEST--
bug 8315, NULL values halt the validation
Bug #8315 (NULL values halt the validation)
--EXTENSIONS--
filter
--FILE--
Expand Down

0 comments on commit 0a5aab6

Please sign in to comment.