File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,27 +31,27 @@ public function testFetchingDeprecatedConst(): void
31
31
32
32
if (PHP_VERSION_ID >= 70300 ) {
33
33
$ expectedErrors [] = [
34
- 'Use of constant FILTER_FLAG_SCHEME_REQUIRED is deprecated since PHP 7.3 . ' ,
34
+ 'Use of constant FILTER_FLAG_SCHEME_REQUIRED is deprecated. ' ,
35
35
5 ,
36
36
];
37
37
$ expectedErrors [] = [
38
- 'Use of constant FILTER_FLAG_HOST_REQUIRED is deprecated since PHP 7.3 . ' ,
38
+ 'Use of constant FILTER_FLAG_HOST_REQUIRED is deprecated. ' ,
39
39
6 ,
40
40
];
41
41
$ expectedErrors [] = [
42
- 'Use of constant FILTER_FLAG_SCHEME_REQUIRED is deprecated since PHP 7.3 . ' ,
42
+ 'Use of constant FILTER_FLAG_SCHEME_REQUIRED is deprecated. ' ,
43
43
7 ,
44
44
];
45
45
$ expectedErrors [] = [
46
- 'Use of constant FILTER_FLAG_HOST_REQUIRED is deprecated since PHP 7.3 . ' ,
46
+ 'Use of constant FILTER_FLAG_HOST_REQUIRED is deprecated. ' ,
47
47
8 ,
48
48
];
49
49
$ expectedErrors [] = [
50
- 'Use of constant FILTER_FLAG_SCHEME_REQUIRED is deprecated since PHP 7.3 . ' ,
50
+ 'Use of constant FILTER_FLAG_SCHEME_REQUIRED is deprecated. ' ,
51
51
37 ,
52
52
];
53
53
$ expectedErrors [] = [
54
- 'Use of constant FILTER_FLAG_HOST_REQUIRED is deprecated since PHP 7.3 . ' ,
54
+ 'Use of constant FILTER_FLAG_HOST_REQUIRED is deprecated. ' ,
55
55
38 ,
56
56
];
57
57
}
You can’t perform that action at this time.
0 commit comments