|
5 | 5 | <php> |
6 | 6 | <const name="REDIS_HOST" value="localhost"/> |
7 | 7 | <const name="REDIS_PORT" value="6379"/> |
| 8 | + <const name="TEST_PREFIX" value="SPLITIO_TEST:."/> |
8 | 9 | </php> |
9 | 10 |
|
10 | 11 | <testsuites> |
11 | 12 | <testsuite name="splitio"> |
12 | 13 | <directory suffix="Test.php">tests/</directory> |
13 | 14 | </testsuite> |
14 | | - <testsuite name="redis-adapter"> |
15 | | - <file>tests/Suite/Redis/CacheInterfacesTest.php</file> |
| 15 | + <testsuite name="adapter"> |
| 16 | + <directory suffix="Test.php">tests/Suite/Adapter</directory> |
| 17 | + </testsuite> |
| 18 | + <testsuite name="attributes"> |
| 19 | + <directory suffix="Test.php">tests/Suite/Attributes/</directory> |
16 | 20 | </testsuite> |
17 | 21 | <testsuite name="common"> |
18 | 22 | <directory suffix="Test.php">tests/Suite/Common/</directory> |
19 | 23 | </testsuite> |
20 | 24 | <testsuite name="component"> |
21 | 25 | <directory suffix="Test.php">tests/Suite/Component/</directory> |
| 26 | + </testsuite> |
| 27 | + <testsuite name="dynamic_configurations"> |
| 28 | + <directory suffix="Test.php">tests/Suite/DynamicConfigurations/</directory> |
22 | 29 | </testsuite> |
23 | 30 | <testsuite name="engine"> |
24 | 31 | <directory suffix="Test.php">tests/Suite/Engine/</directory> |
25 | 32 | </testsuite> |
| 33 | + <testsuite name="input_validation"> |
| 34 | + <directory suffix="Test.php">tests/Suite/InputValidation/</directory> |
| 35 | + </testsuite> |
26 | 36 | <testsuite name="matchers"> |
27 | 37 | <directory suffix="Test.php">tests/Suite/Matchers/</directory> |
28 | 38 | </testsuite> |
29 | 39 | <testsuite name="metrics"> |
30 | 40 | <directory suffix="Test.php">tests/Suite/Metrics/</directory> |
31 | 41 | </testsuite> |
| 42 | + <testsuite name="redis"> |
| 43 | + <directory suffix="Test.php">tests/Suite/Redis/</directory> |
| 44 | + </testsuite> |
32 | 45 | <testsuite name="sdk"> |
33 | 46 | <directory suffix="Test.php">tests/Suite/Sdk/</directory> |
34 | 47 | </testsuite> |
35 | | - <testsuite name="attributes"> |
36 | | - <directory suffix="Test.php">tests/Suite/Attributes/</directory> |
37 | | - </testsuite> |
38 | | - <testsuite name="input_validation"> |
39 | | - <directory suffix="Test.php">tests/Suite/InputValidation/</directory> |
40 | | - </testsuite> |
41 | 48 |
|
42 | 49 |
|
43 | 50 |
|
44 | 51 | <testsuite name="integration"> |
| 52 | + <directory suffix="Test.php">tests/Suite/Adapter/</directory> |
| 53 | + <directory suffix="Test.php">tests/Suite/Attributes/</directory> |
45 | 54 | <directory suffix="Test.php">tests/Suite/Common/</directory> |
46 | 55 | <directory suffix="Test.php">tests/Suite/Component/</directory> |
| 56 | + <directory suffix="Test.php">tests/Suite/DynamicConfigurations/</directory> |
47 | 57 | <directory suffix="Test.php">tests/Suite/Engine/</directory> |
| 58 | + <directory suffix="Test.php">tests/Suite/InputValidation/</directory> |
48 | 59 | <directory suffix="Test.php">tests/Suite/Matchers/</directory> |
49 | 60 | <directory suffix="Test.php">tests/Suite/Metrics/</directory> |
| 61 | + <directory suffix="Test.php">tests/Suite/Redis/</directory> |
50 | 62 | <directory suffix="Test.php">tests/Suite/Sdk/</directory> |
51 | | - <directory suffix="Test.php">tests/Suite/Adapter/</directory> |
52 | | - <directory suffix="Test.php">tests/Suite/Attributes/</directory> |
53 | | - <directory suffix="Test.php">tests/Suite/InputValidation/</directory> |
54 | | - <directory suffix="Test.php">tests/Suite/DynamicConfigurations/</directory> |
55 | 63 | </testsuite> |
56 | 64 | </testsuites> |
57 | 65 |
|
|
0 commit comments