|
1 | | -<?xml version="1.0" encoding="UTF-8"?> |
2 | | -<phpunit backupGlobals="false" |
3 | | - backupStaticAttributes="false" |
4 | | - bootstrap="./test/setup.php" |
5 | | - colors="true" |
6 | | - processIsolation="false" |
7 | | - stopOnFailure="false" |
8 | | -> |
9 | | - <php> |
10 | | - <ini name="zend.enable_gc" value="0"/> |
11 | | - <ini name="memory_limit" value="-1"/> |
12 | | - <!-- error_reporting(E_ALL); --> |
13 | | - <ini name="error_reporting" value="32767"/> |
14 | | - </php> |
15 | | - |
16 | | - <testsuites> |
17 | | - <testsuite name="all"> |
18 | | - <directory>./test/</directory> |
19 | | - </testsuite> |
20 | | - <testsuite name="unit"> |
21 | | - <directory>./test/Unit/</directory> |
22 | | - </testsuite> |
23 | | - <testsuite name="integration"> |
24 | | - <directory>./test/Integration/</directory> |
25 | | - </testsuite> |
26 | | - <testsuite name="certification"> |
27 | | - <directory>./test/Integration/Gateways/PorticoConnector/Certifications/</directory> |
28 | | - <directory>./test/Integration/Gateways/RealexConnector/Certifications/</directory> |
29 | | - </testsuite> |
30 | | - <testsuite name="portico"> |
31 | | - <directory>./test/Integration/Gateways/PorticoConnector/</directory> |
32 | | - </testsuite> |
33 | | - <testsuite name="realex"> |
34 | | - <directory>./test/Integration/Gateways/RealexConnector/</directory> |
35 | | - </testsuite> |
36 | | - |
37 | | - </testsuites> |
38 | | - |
39 | | - <filter> |
40 | | - <whitelist> |
41 | | - <directory>./src/</directory> |
42 | | - <exclude> |
43 | | - <directory>./test/</directory> |
44 | | - </exclude> |
45 | | - </whitelist> |
46 | | - </filter> |
47 | | -</phpunit> |
48 | | -<!-- vim: set ft=xml --> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<phpunit backupGlobals="false" |
| 3 | + backupStaticAttributes="false" |
| 4 | + bootstrap="./test/setup.php" |
| 5 | + colors="true" |
| 6 | + processIsolation="false" |
| 7 | + stopOnFailure="false" |
| 8 | +> |
| 9 | + <php> |
| 10 | + <ini name="zend.enable_gc" value="0"/> |
| 11 | + <ini name="memory_limit" value="-1"/> |
| 12 | + <!-- error_reporting(E_ALL); --> |
| 13 | + <ini name="error_reporting" value="32767"/> |
| 14 | + </php> |
| 15 | + |
| 16 | + <testsuites> |
| 17 | + <testsuite name="all"> |
| 18 | + <directory>./test/</directory> |
| 19 | + </testsuite> |
| 20 | + <testsuite name="unit"> |
| 21 | + <directory>./test/Unit/</directory> |
| 22 | + </testsuite> |
| 23 | + <testsuite name="integration"> |
| 24 | + <directory>./test/Integration/</directory> |
| 25 | + </testsuite> |
| 26 | + <testsuite name="certification"> |
| 27 | + <directory>./test/Integration/Gateways/PorticoConnector/Certifications/</directory> |
| 28 | + <directory>./test/Integration/Gateways/RealexConnector/Certifications/</directory> |
| 29 | + </testsuite> |
| 30 | + <testsuite name="portico"> |
| 31 | + <directory>./test/Integration/Gateways/PorticoConnector/</directory> |
| 32 | + </testsuite> |
| 33 | + <testsuite name="realex"> |
| 34 | + <directory>./test/Integration/Gateways/RealexConnector/</directory> |
| 35 | + </testsuite> |
| 36 | + <testsuite name="gpapi"> |
| 37 | + <directory>./test/Integration/Gateways/GpApiConnector/</directory> |
| 38 | + </testsuite> |
| 39 | + </testsuites> |
| 40 | + |
| 41 | + <filter> |
| 42 | + <whitelist> |
| 43 | + <directory>./src/</directory> |
| 44 | + <exclude> |
| 45 | + <directory>./test/</directory> |
| 46 | + </exclude> |
| 47 | + </whitelist> |
| 48 | + </filter> |
| 49 | +</phpunit> |
| 50 | +<!-- vim: set ft=xml --> |
0 commit comments