forked from apache/zetacomponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpunit.xml.dist
More file actions
266 lines (217 loc) · 9.47 KB
/
phpunit.xml.dist
File metadata and controls
266 lines (217 loc) · 9.47 KB
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="bootstrap.php"
verbose="true"
backupGlobals="true"
backupStaticAttributes="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="false"
convertWarningsToExceptions="false">
<testsuites>
<testsuite name="Zeta Components">
<testsuite name="Archive">
<directory suffix="_test.php">Archive/tests</directory>
</testsuite>
<testsuite name="Authentication">
<directory suffix="_test.php">Authentication/tests</directory>
</testsuite>
<testsuite name="AuthenticationDatabaseTiein">
<directory suffix="_test.php">AuthenticationDatabaseTiein/tests</directory>
</testsuite>
<!--
<testsuite name="Base">
<directory suffix="_test.php">Base/tests</directory>
</testsuite>
-->
<testsuite name="Cache">
<directory suffix="_test.php">Cache/tests</directory>
</testsuite>
<testsuite name="Configuration">
<directory suffix="_test.php">Configuration/tests</directory>
</testsuite>
<testsuite name="ConsoleTools">
<directory suffix="_test.php">ConsoleTools/tests</directory>
</testsuite>
<!--
PHP Fatal error: Class 'ezcTestSettings' not found in /home/jpic/zeta/trunk/Database/tests/transactions_test.php on line 73
<testsuite name="Database">
<directory suffix="_test.php">Database/tests</directory>
</testsuite>
-->
<!--
Fatal error: Call to a member function getName() on a non-object in /home/jpic/zeta/trunk/DatabaseSchema/tests/generic_diff_test.php on line 227
<testsuite name="DatabaseSchema">
<directory suffix="_test.php">DatabaseSchema/tests</directory>
</testsuite>
-->
<testsuite name="Debug">
<directory suffix="_test.php">Debug/tests</directory>
</testsuite>
<testsuite name="Document">
<directory suffix="_test.php">Document/tests</directory>
</testsuite>
<testsuite name="EventLog">
<directory suffix="_test.php">EventLog/tests</directory>
</testsuite>
<!--
Fatal error: Call to a member function exec() on a non-object in /home/jpic/zeta/trunk/EventLogDatabaseTiein/tests/writers/writer_database_test.php on line 75
<testsuite name="EventLogDatabaseTiein">
<directory suffix="_test.php">EventLogDatabaseTiein/tests</directory>
</testsuite>
-->
<testsuite name="Execution">
<directory suffix="_test.php">Execution/tests</directory>
</testsuite>
<!--
string(71) "/home/jpic/zeta/trunk/Feed/tests/atom/atom_regression_generate_test.php"
PHP Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Class does not extend PHPUnit_Framework_TestCase.' in /home/jpic/zeta/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:184
<testsuite name="Feed">
<directory suffix="_test.php">Feed/tests</directory>
</testsuite>
-->
<testsuite name="File">
<directory suffix="_test.php">File/tests</directory>
</testsuite>
<testsuite name="Framework">
<directory suffix="_test.php">Framework/tests</directory>
</testsuite>
<testsuite name="Graph">
<directory suffix="_test.php">Graph/tests</directory>
</testsuite>
<testsuite name="GraphDatabaseTiein">
<directory suffix="_test.php">GraphDatabaseTiein/tests</directory>
</testsuite>
<testsuite name="ImageAnalysis">
<directory suffix="_test.php">ImageAnalysis/tests</directory>
</testsuite>
<!--
PHP Fatal error: Class name must be a valid object or a string in /home/jpic/zeta/trunk/ImageConversion/tests/handler_test.php on line 55
<testsuite name="ImageConversion">
<directory suffix="_test.php">ImageConversion/tests</directory>
</testsuite>
-->
<testsuite name="Mail">
<directory suffix="_test.php">Mail/tests</directory>
</testsuite>
<testsuite name="MvcAuthenticationTiein">
<directory suffix="_test.php">MvcAuthenticationTiein/tests</directory>
</testsuite>
<testsuite name="MvcFeedTiein">
<directory suffix="_test.php">MvcFeedTiein/tests</directory>
</testsuite>
<testsuite name="MvcMailTiein">
<directory suffix="_test.php">MvcMailTiein/tests</directory>
</testsuite>
<testsuite name="MvcTemplateTiein">
<directory suffix="_test.php">MvcTemplateTiein/tests</directory>
</testsuite>
<testsuite name="MvcTools">
<directory suffix="_test.php">MvcTools/tests</directory>
</testsuite>
<testsuite name="PersistentObject">
<directory suffix="_test.php">PersistentObject/tests</directory>
</testsuite>
<!--
PHP Fatal error: Class 'ezcTestSettings' not found in /home/jpic/zeta/trunk/PersistentObjectDatabaseSchemaTiein/tests/generator_test.php on line 286
<testsuite name="PersistentObjectDatabaseSchemaTiein">
<directory suffix="_test.php">PersistentObjectDatabaseSchemaTiein/tests</directory>
</testsuite>
-->
<testsuite name="PhpGenerator">
<directory suffix="_test.php">PhpGenerator/tests</directory>
</testsuite>
<!--
string(58) "/home/jpic/zeta/trunk/Reflection/tests/array_type_test.php"
PHP Fatal error: Class 'ezcReflectionPrimitiveTypeTest' not found in /home/jpic/zeta/trunk/Reflection/tests/array_type_test.php on line 29
<testsuite name="Reflection">
<directory suffix="_test.php">Reflection/tests</directory>
</testsuite>
-->
<!-- Crashes silently
<testsuite name="Search">
<directory suffix="_test.php">Search/tests</directory>
</testsuite>
-->
<testsuite name="SignalSlot">
<directory suffix="_test.php">SignalSlot/tests</directory>
</testsuite>
<testsuite name="SystemInformation">
<directory suffix="_test.php">SystemInformation/tests</directory>
</testsuite>
<!--
string(56) "/home/jpic/zeta/trunk/Template/tests/regression_test.php"
PHP Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Class does not extend PHPUnit_Framework_TestCase.' in /home/jpic/zeta/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:184
<testsuite name="Template">
<directory suffix="_test.php">Template/tests</directory>
</testsuite>
-->
<testsuite name="TemplateTranslationTiein">
<directory suffix="_test.php">TemplateTranslationTiein/tests</directory>
</testsuite>
<testsuite name="Translation">
<directory suffix="_test.php">Translation/tests</directory>
</testsuite>
<testsuite name="TranslationCacheTiein">
<directory suffix="_test.php">TranslationCacheTiein/tests</directory>
</testsuite>
<testsuite name="Tree">
<directory suffix="_test.php">Tree/tests</directory>
</testsuite>
<testsuite name="TreeDatabaseTiein">
<directory suffix="_test.php">TreeDatabaseTiein/tests</directory>
</testsuite>
<testsuite name="TreePersistentObjectTiein">
<directory suffix="_test.php">TreePersistentObjectTiein/tests</directory>
</testsuite>
<testsuite name="Url">
<directory suffix="_test.php">Url/tests</directory>
</testsuite>
<testsuite name="UserInput">
<directory suffix="_test.php">UserInput/tests</directory>
</testsuite>
<!--
string(59) "/home/jpic/zeta/trunk/Webdav/tests/client_bitkinex_test.php"
PHP Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Class does not extend PHPUnit_Framework_TestCase.' in /home/jpic/zeta/phpunit/phpunit/PHPUnit/Framework/TestSuite.php:184
<testsuite name="Webdav">
<directory suffix="_test.php">Webdav/tests</directory>
</testsuite>
-->
<testsuite name="Workflow">
<directory suffix="_test.php">Workflow/tests</directory>
</testsuite>
<testsuite name="WorkflowDatabaseTiein">
<directory suffix="_test.php">WorkflowDatabaseTiein/tests</directory>
</testsuite>
<testsuite name="WorkflowEventLogTiein">
<directory suffix="_test.php">WorkflowEventLogTiein/tests</directory>
</testsuite>
<testsuite name="WorkflowSignalSlotTiein">
<directory suffix="_test.php">WorkflowSignalSlotTiein/tests</directory>
</testsuite>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">Archive/src</directory>
<directory suffix=".php">Authentication/src</directory>
<directory suffix=".php">AuthenticationDatabaseTiein/src</directory>
<!--<directory suffix=".php">Base/src</directory>-->
<directory suffix=".php">Workflow/src</directory>
<directory suffix=".php">WorkflowDatabaseTiein/src</directory>
<directory suffix=".php">WorkflowEventLogTiein/src</directory>
<directory suffix=".php">WorkflowSignalSlotTiein/src</directory>
<exclude>
<file>Archive/src/archive_autoload.php</file>
<file>Authentication/src/authentication_autoload.php</file>
<file>AuthenticationDatabaseTiein/src/authentication_database_autoload.php</file>
<!--<file>Base/src/base_autoload.php</file>-->
<file>Workflow/src/workflow_autoload.php</file>
<file>WorkflowDatabaseTiein/src/workflow_database_autoload.php</file>
<file>WorkflowEventLogTiein/src/workflow_event_autoload.php</file>
<file>WorkflowSignalSlotTiein/src/workflow_signal_autoload.php</file>
</exclude>
</whitelist>
</filter>
<php>
<const name="ZETA_TESTSUITE_DSN" value="sqlite://:memory:"/>
</php>
</phpunit>