-
Notifications
You must be signed in to change notification settings - Fork 803
/
Copy pathphpunit.xml.dist
139 lines (139 loc) · 6.97 KB
/
phpunit.xml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<phpunit bootstrap="vendor/autoload.php" failOnWarning="false">
<testsuites>
<testsuite name="PHP_5.6">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_7.0">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_7.1">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_7.2">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_7.3">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_7.4">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_8.0">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsParameterNamesTest.php</file>
<file>tests/StubsTypeHintsTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_8.1">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseEnumsTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsParameterNamesTest.php</file>
<file>tests/StubsTypeHintsTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsPhp81Tests.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_8.2">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseEnumsTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsParameterNamesTest.php</file>
<file>tests/StubsTypeHintsTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsPhp81Tests.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_8.3">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseEnumsTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsParameterNamesTest.php</file>
<file>tests/StubsTypeHintsTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsPhp81Tests.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
</testsuite>
<testsuite name="PHP_8.4">
<file>tests/BaseClassesTest.php</file>
<file>tests/BaseInterfacesTest.php</file>
<file>tests/BaseEnumsTest.php</file>
<file>tests/BaseConstantsTest.php</file>
<file>tests/BaseFunctionsTest.php</file>
<file>tests/StubsCompositeMixedReturnTypeTest.php</file>
<file>tests/StubsConstantsAndParametersValuesTest.php</file>
<file>tests/StubsMetaExpectedArgumentsTest.php</file>
<file>tests/StubsMetaInternalTagTest.php</file>
<file>tests/StubsParameterNamesTest.php</file>
<file>tests/StubsTypeHintsTest.php</file>
<file>tests/StubsForbiddenTypeHintsTest.php</file>
<file>tests/StubsPhp81Tests.php</file>
</testsuite>
<testsuite name="PhpDoc">
<file>tests/StubsPhpDocTest.php</file>
</testsuite>
<testsuite name="Structure">
<file>tests/CheckStubMapTest.php</file>
<file>tests/StubsStructureTest.php</file>
<file>tests/StubsReflectionClassesTest.php</file>
</testsuite>
</testsuites>
</phpunit>