Skip to content

Commit 3b154eb

Browse files
committed
Consistent naming for test titles
1 parent e54c9e6 commit 3b154eb

14 files changed

+14
-14
lines changed

ext/filter/tests/PMOPB45.phpt renamed to ext/filter/tests/CVE-2007-1900.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
PMOPB-45-2007:PHP ext/filter Email Validation Vulnerability
2+
CVE-2007-1900: PHP ext/filter Email Validation Vulnerability
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug42718-2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #42718 - 2 (unsafe_raw filter not applied when configured as default filter)
2+
Bug #42718 (unsafe_raw filter not applied when configured as default filter)
33
--EXTENSIONS--
44
filter
55
--INI--

ext/filter/tests/bug49274.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
#49274, fatal error when an object does not implement toString
2+
Bug #49274 (fatal error when an object does not implement toString)
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug49510.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #49510 boolean validation fails with FILTER_NULL_ON_FAILURE
2+
Bug #49510 (boolean validation fails with FILTER_NULL_ON_FAILURE)
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug50632.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
bug 50632, filter_input() does not return default value if the variable does not exist
2+
Bug #50632 (filter_input() does not return default value if the variable does not exist)
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug51192.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
bug 51192, FILTER_VALIDATE_URL will invalidate a hostname that includes '-'
2+
Bug #51192 (FILTER_VALIDATE_URL will invalidate a hostname that includes '-')
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug51368.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
FR #51368 (php_filter_float does not allow custom thousand separators)
2+
Bug #51368 (php_filter_float does not allow custom thousand separators)
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug64441.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
bug 64441, FILTER_VALIDATE_URL will invalidate a hostname that ended by dot
2+
Bug #64441 (FILTER_VALIDATE_URL will invalidate a hostname that ended by dot)
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug67167.01.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #67167: object with VALIDATE_BOOLEAN and NULL_ON_FAILURE
2+
Bug #67167 (object with VALIDATE_BOOLEAN and NULL_ON_FAILURE)
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug67167.02.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #67167: filter_var(null,FILTER_VALIDATE_BOOLEAN,FILTER_NULL_ON_FAILURE) returns null
2+
Bug #67167 (filter_var(null,FILTER_VALIDATE_BOOLEAN,FILTER_NULL_ON_FAILURE) returns null)
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug7715.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
bug 7715, floats value with integer or incomplete input
2+
Bug #7715 (floats value with integer or incomplete input)
33
--INI--
44
precision=14
55
--EXTENSIONS--

ext/filter/tests/bug7733.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
filter_var() Float exponential weird result
2+
Bug #7733 (filter_var() Float exponential weird result)
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug80584.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Bug #80584: "0x" and "0X" are considered valid hex numbers by filter_var()
2+
Bug #80584 ("0x" and "0X" are considered valid hex numbers by filter_var())
33
--EXTENSIONS--
44
filter
55
--FILE--

ext/filter/tests/bug8315.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
bug 8315, NULL values halt the validation
2+
Bug #8315 (NULL values halt the validation)
33
--EXTENSIONS--
44
filter
55
--FILE--

0 commit comments

Comments
 (0)